summaryrefslogtreecommitdiffstats
path: root/devel/goffice/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-09 08:13:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-09 08:13:46 +0800
commit657fadbd99cab2cdf84d9e04af857eb25f979580 (patch)
tree35c1de906e1f8abc158e3d669b2aee108d3dcf3b /devel/goffice/Makefile
parent7ec4d554991a7209af306f03ec5652626b4e7f2f (diff)
downloadmarcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar.gz
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar.bz2
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar.lz
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar.xz
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.tar.zst
marcuscom-ports-657fadbd99cab2cdf84d9e04af857eb25f979580.zip
Add goffice 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11490 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/goffice/Makefile')
-rw-r--r--devel/goffice/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile
new file mode 100644
index 000000000..a85927308
--- /dev/null
+++ b/devel/goffice/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: goffice
+# Date created: 07 June 2005
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= goffice
+PORTVERSION= 0.7.1
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GLib/GTK+ set of document centric objects and utilities
+
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \
+ libgsf_gnome libgnomeui ltverhack
+USE_GETTEXT= yes
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= VERSION=${PORTVERSION} \
+ SHORT_VER=0.8
+# SHORT_VER=${PORTVERSION:R}
+
+.include <bsd.port.mk>