Ticket #33970: Portfile

File Portfile, 1.5 KB (added by lennalenna@…, 12 years ago)

goffice 0.9.2 portfile

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 87430 2011-11-21 10:23:49Z ryandesign@macports.org $
3
4PortSystem              1.0
5
6name                    goffice
7version                 0.9.2
8set branch              [join [lrange [split ${version} .] 0 1] .]
9description             GOffice is a library of document-centric objects and utilities.
10long_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.
13maintainers             nomaintainer
14categories              gnome devel
15platforms               darwin
16license                 GPL-2
17
18homepage                http://freecode.com/projects/goffice
19master_sites            gnome:sources/${name}/${branch}/
20use_xz                  yes
21
22checksums               rmd160  7777b59b7210aa74c10b8ec8d085325c424279c2 \
23                        sha256  7c59c695f7ece66470e6eb4ff944dc7eb56d1de9cf96379df4afa06536a10f8e
24
25configure.cflags-append -DG_CONST_RETURN=const
26
27depends_build           port:intltool \
28                        port:pkgconfig
29
30depends_lib             port:gconf \
31                        port:libgsf \
32                        port:libxml2
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+)*)}