summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 17:08:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-06 17:08:45 +0800
commit97b3379c9a8f401727d382115a59115434d72578 (patch)
tree568428680d688a3d21717fcedcc1c5628dab3792 /x11-toolkits/libgnomeui/Makefile
parent39219922e609b99a4ea91e82dcacfb5776d145d2 (diff)
downloadmarcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar.gz
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar.bz2
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar.lz
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar.xz
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.tar.zst
marcuscom-ports-97b3379c9a8f401727d382115a59115434d72578.zip
Update to 2.15.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
new file mode 100644
index 000000000..151c4c0e5
--- /dev/null
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: libgnomeui
+# Date created: 07 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= libgnomeui
+PORTVERSION= 2.15.1
+CATEGORIES= x11-toolkits 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= Libraries for the GNOME GUI, a GNU desktop environment
+
+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_XPM= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack
+INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+USE_BISON= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>