summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomecontrolcenter2/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-26 06:45:40 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-26 06:45:40 +0800
commitd9c949bbb3975169b85ba177824afc2e1f3c347f (patch)
tree989f2755bb38c660f2d5b35415e1463f42e6b593 /sysutils/gnomecontrolcenter2/Makefile
parent786662e702910ec3265de483ee54a412791070eb (diff)
downloadmarcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar.gz
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar.bz2
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar.lz
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar.xz
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.tar.zst
marcuscom-ports-d9c949bbb3975169b85ba177824afc2e1f3c347f.zip
Re-add gnoemcontrolcenter2, at 2.6.1, same as the FreeBSD tree.
'Cept this one builds against the new gnomevfs2. plist change, so PORTREVISION bump. The file-types stuff is missing from this now, so I don't know what the implications will be. But: From: Joe Marcus Clarke <marcus@marcuscom.com> Subject: Re: gnome control centre failure To: Adam Weinberger <adamw@magnesium.net> MIME's-a-changin'. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2550 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomecontrolcenter2/Makefile')
-rw-r--r--sysutils/gnomecontrolcenter2/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile
new file mode 100644
index 000000000..e1a7a6f24
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnomecontrolcenter2
+# Date created: 04 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.69 2004/06/14 18:31:02 marcus Exp $
+#
+
+PORTNAME= gnomecontrolcenter2
+PORTVERSION= 2.6.1
+PORTREVISION= 2
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/control-center/2.6
+DISTNAME= control-center-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Control center for GNOME 2 project
+
+LIB_DEPENDS= xklavier.8:${PORTSDIR}/x11/libxklavier
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \
+ gstreamerplugins
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+
+.include <bsd.port.mk>