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 87430 2011-11-21 10:23:49Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name goffice |
---|
7 | version 0.9.2 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | description GOffice is a library of document-centric objects and utilities. |
---|
10 | long_description GOffice is a library of document-centric objects \ |
---|
11 | and utilities building on top of GLib and Gtk+ and \ |
---|
12 | used by software such as Gnumeric. |
---|
13 | maintainers nomaintainer |
---|
14 | categories gnome devel |
---|
15 | platforms darwin |
---|
16 | license GPL-2 |
---|
17 | |
---|
18 | homepage http://freecode.com/projects/goffice |
---|
19 | master_sites gnome:sources/${name}/${branch}/ |
---|
20 | use_xz yes |
---|
21 | |
---|
22 | checksums rmd160 7777b59b7210aa74c10b8ec8d085325c424279c2 \ |
---|
23 | sha256 7c59c695f7ece66470e6eb4ff944dc7eb56d1de9cf96379df4afa06536a10f8e |
---|
24 | |
---|
25 | configure.cflags-append -DG_CONST_RETURN=const |
---|
26 | |
---|
27 | depends_build port:intltool \ |
---|
28 | port:pkgconfig |
---|
29 | |
---|
30 | depends_lib port:gconf \ |
---|
31 | port:libgsf \ |
---|
32 | port:libxml2 |
---|
33 | |
---|
34 | use_parallel_build yes |
---|
35 | |
---|
36 | livecheck.type regex |
---|
37 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
38 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|