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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name goffice |
---|
7 | version 0.8.0 |
---|
8 | revision 1 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description GOffice is a library of document-centric objects and utilities. |
---|
11 | long_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. |
---|
14 | maintainers nomaintainer |
---|
15 | categories gnome devel |
---|
16 | platforms darwin |
---|
17 | homepage http://freshmeat.net/projects/goffice/ |
---|
18 | master_sites gnome:sources/${name}/${branch}/ |
---|
19 | use_bzip2 yes |
---|
20 | checksums md5 afb3fcb152fb37ed433f30d1ed1e86e3 \ |
---|
21 | sha1 8a5540f91cb1619ee1d96ee65856e81624743acd \ |
---|
22 | rmd160 6c43a56259026011bf343962ce3174726106ee7f |
---|
23 | |
---|
24 | depends_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 | |
---|
33 | configure.env GMSGFMT=${prefix}/bin/msgfmt |
---|
34 | |
---|
35 | configure.args --without-gnome |
---|
36 | |
---|
37 | use_parallel_build yes |
---|
38 | |
---|
39 | livecheck.type regex |
---|
40 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
41 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|