Ticket #22581: Portfile

File Portfile, 1.5 KB (added by jcupitt (John Cupitt), 14 years ago)

Portfile for goffice 0.7.15, named as goffice08

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $
3
4PortSystem              1.0
5
6name                    goffice08
7set gname               goffice
8version                 0.7.15
9set branch              [join [lrange [split ${version} .] 0 1] .]
10description             GOffice is a library of document-centric objects and utilities.
11long_description        GOffice is a library of document-centric objects \
12                        and utilities building on top of GLib and Gtk+ and \
13                        used by software such as Gnumeric.
14maintainers             nomaintainer
15categories              gnome devel
16platforms               darwin
17homepage                http://freshmeat.net/projects/goffice/
18master_sites            gnome:sources/${gname}/${branch}/
19distname                ${gname}-${version}
20checksums               md5     7d12244250d998e18cd75eac23e8188e
21
22depends_lib             port:libart_lgpl \
23                        port:bzip2 \
24                        port:expat \
25                        port:gtk2 \
26                        port:libglade2 \
27                        port:libgsf \
28                        port:libxml2
29
30configure.env           GMSGFMT=${prefix}/bin/msgfmt
31
32configure.args          --without-gnome
33
34use_parallel_build      yes
35
36livecheck.type          regex
37livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
38livecheck.regex         {LATEST-IS-(\d+(?:\.\d+)*)}