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