summaryrefslogtreecommitdiffstats
path: root/x11/gnome-desktop3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-27 04:42:41 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-27 04:42:41 +0800
commit81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd (patch)
tree4d15779667597096f2656b1ee327842c47ee833e /x11/gnome-desktop3/Makefile
parentc529bdb27d0493ae2b2156721efb36c83c84978a (diff)
downloadmarcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar.gz
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar.bz2
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar.lz
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar.xz
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.tar.zst
marcuscom-ports-81f4f3989f74e1bd7c5e56fe23a3ba26e4c769dd.zip
Update to 2.91.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14959 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop3/Makefile')
-rw-r--r--x11/gnome-desktop3/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile
new file mode 100644
index 000000000..2d1aa2baf
--- /dev/null
+++ b/x11/gnome-desktop3/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: gnomedesktop
+# Date created: 13 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.2 2010/07/26 13:07:43 kwm Exp $
+#
+
+PORTNAME= gnome-desktop
+PORTVERSION= 2.91.4
+PORTREVISION?= 0
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Additional UI API for GNOME 3
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+
+USE_XORG= x11 xrandr
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedocutils gtk30 gconf2 \
+ ltverhack referencehack
+GNOME_DESKTOP_VERSION=3
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_BISON= build
+USE_PYTHON= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \
+ ${WRKSRC}/desktop-docs/fdl/Makefile.in \
+ ${WRKSRC}/desktop-docs/gpl/Makefile.in \
+ ${WRKSRC}/desktop-docs/lgpl/Makefile.in
+
+.include <bsd.port.mk>
+
+.endif