Ticket #39619: Portfile.2

File Portfile.2, 1.3 KB (added by c.herbig@…, 11 years ago)

goffice 0.10.x

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 97390 2012-09-04 20:32:38Z dports@macports.org $
3
4PortSystem              1.0
5
6name                    goffice
7version                 0.10.3
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               sha256  1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2
23
24depends_extract         port:xz
25
26depends_build           port:intltool \
27                        port:pkgconfig \
28
29depends_lib             port:gtk3 \
30                        port:libgsf \
31                        port:librsvg \
32                        port:glib2
33
34use_parallel_build      yes
35
36livecheck.type          gnome
37