| 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name goffice08 |
|---|
| 7 | set gname goffice |
|---|
| 8 | version 0.7.15 |
|---|
| 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/${gname}/${branch}/ |
|---|
| 19 | distname ${gname}-${version} |
|---|
| 20 | checksums md5 7d12244250d998e18cd75eac23e8188e |
|---|
| 21 | |
|---|
| 22 | depends_lib port:libart_lgpl \ |
|---|
| 23 | port:bzip2 \ |
|---|
| 24 | port:expat \ |
|---|
| 25 | port:gtk2 \ |
|---|
| 26 | port:libglade2 \ |
|---|
| 27 | port:libgsf \ |
|---|
| 28 | port:libxml2 |
|---|
| 29 | |
|---|
| 30 | configure.env GMSGFMT=${prefix}/bin/msgfmt |
|---|
| 31 | |
|---|
| 32 | configure.args --without-gnome |
|---|
| 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+)*)} |
|---|