summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-utils/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 12:26:46 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 12:26:46 +0800
commit352f5c20f36ec666fd29022fcccad7f7c1970138 (patch)
treec457a5fb06046131146c2437499f54e55645079d /deskutils/gnome-utils/Makefile
parent3ed1d4879f6be42f66eaa3723475f889a5307fd9 (diff)
downloadmarcuscom-ports-352f5c20f36ec666fd29022fcccad7f7c1970138.tar.gz
marcuscom-ports-352f5c20f36ec666fd29022fcccad7f7c1970138.tar.zst
marcuscom-ports-352f5c20f36ec666fd29022fcccad7f7c1970138.zip
- Update to 2.15.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6160 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r--deskutils/gnome-utils/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
new file mode 100644
index 000000000..9caf7d5bd
--- /dev/null
+++ b/deskutils/gnome-utils/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnomeutils2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.92 2006/04/19 04:46:41 marcus Exp $
+#
+
+PORTNAME= gnomeutils2
+PORTVERSION= 2.15.0
+PORTEPOCH= 1
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-utils/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DISTNAME= gnome-utils-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 support utilities
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+INSTALLS_SHLIB= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
+ libgnomeprintui gnomedesktop ltverhack
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
+GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
+ gnome-search-tool.schemas logview.schemas
+
+.include <bsd.port.mk>