Ticket #22581: Portfile.2

File Portfile.2, 1.6 KB (added by mike@…, 14 years ago)

Portfile that builds goffice-0.8.0

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$
3
4PortSystem              1.0
5
6name                    goffice
7version                 0.8.0
8revision                1
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/${name}/${branch}/
19use_bzip2               yes
20checksums               md5     afb3fcb152fb37ed433f30d1ed1e86e3 \
21                        sha1    8a5540f91cb1619ee1d96ee65856e81624743acd \
22                        rmd160  6c43a56259026011bf343962ce3174726106ee7f
23
24depends_lib             port:libart_lgpl \
25                        port:bzip2 \
26                        port:expat \
27                        port:gtk2 \
28                        port:jpeg \
29                        port:libglade2 \
30                        port:libgsf \
31                        port:libxml2
32
33configure.env           GMSGFMT=${prefix}/bin/msgfmt
34
35configure.args          --without-gnome
36
37use_parallel_build      yes
38
39livecheck.type          regex
40livecheck.url           http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
41livecheck.regex         {LATEST-IS-(\d+(?:\.\d+)*)}