summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-utils/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 02:10:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 02:10:36 +0800
commita19721017722d59492aa3b8d6d2ad883aee330cc (patch)
treec56894630dbae5027a17b768d0daf67179b08029 /deskutils/gnome-utils/Makefile
parentcbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630 (diff)
downloadmarcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar.gz
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar.bz2
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar.lz
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar.xz
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.tar.zst
marcuscom-ports-a19721017722d59492aa3b8d6d2ad883aee330cc.zip
share/gnome -->share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8637 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r--deskutils/gnome-utils/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
new file mode 100644
index 000000000..1a6a6ac68
--- /dev/null
+++ b/deskutils/gnome-utils/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: gnomeutils2
+# Date created: 06 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.115 2007/03/11 20:46:37 mezz Exp $
+#
+
+PORTNAME= gnome-utils
+PORTVERSION= 2.18.1
+PORTREVISION= 1
+PORTEPOCH= 1
+CATEGORIES= deskutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 support utilities
+
+LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_LDCONFIG= yes
+INSTALLS_ICONS= 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 \
+ baobab.1
+GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
+ gnome-search-tool.schemas logview.schemas baobab.schemas
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} -n 10 \
+ ${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|'
+
+.include <bsd.port.mk>