summaryrefslogtreecommitdiffstats
path: root/deskutils/gnomeutils2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 02:08:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-15 02:08:43 +0800
commitc0b0ec259b8a3b3b13aea1efe23b06c27329cd34 (patch)
treeb56f120da54469db7be093a3d968535fa277d532 /deskutils/gnomeutils2/Makefile
parent15df654d982b38236856d520e497c13c9aff8ec8 (diff)
downloadmarcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar.gz
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar.bz2
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar.lz
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar.xz
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.tar.zst
marcuscom-ports-c0b0ec259b8a3b3b13aea1efe23b06c27329cd34.zip
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1327 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnomeutils2/Makefile')
-rw-r--r--deskutils/gnomeutils2/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
new file mode 100644
index 000000000..cb837be7b
--- /dev/null
+++ b/deskutils/gnomeutils2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomeutils2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/deskutils/gnomeutils2/Makefile,v 1.68 2003/10/21 15:54:27 marcus Exp $
+#
+
+PORTNAME= gnomeutils2
+PORTVERSION= 2.5.0
+PORTEPOCH= 1
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-utils/2.5
+DISTNAME= gnome-utils-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 support utilities
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
+
+.include <bsd.port.mk>