summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-13 02:20:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-13 02:20:31 +0800
commitc18641048d792cd348899d211a3681aa588e1887 (patch)
tree2283061a584bebdb40b8f28a4181ed5cdfde7732 /x11-toolkits/libgnomeui/Makefile
parent34e689f587f1129c83f861a216f9c7ab6b2ab943 (diff)
downloadmarcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.gz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.bz2
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.lz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.xz
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.zst
marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.zip
Merge -reference port support from the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 151c4c0e5..dd2bc8b47 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.81 2006/05/06 09:08:44 marcus Exp $
PORTNAME= libgnomeui
PORTVERSION= 2.15.1
@@ -15,16 +15,23 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Libraries for the GNOME GUI, a GNU desktop environment
+USE_BZIP2= yes
+PREFIX?= ${X11BASE}
+
+.if !defined(REFERENCE_PORT)
+
+PORTREVISION= 1
+
LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnomekeyring \
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
RUN_DEPENDS= ${X11BASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-USE_BZIP2= yes
USE_GETTEXT= yes
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \
+ referencehack
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_BISON= yes
@@ -32,3 +39,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>
+
+.endif