summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 15:54:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 15:54:07 +0800
commitf8fedff43ded277e5515660c15e72a2eca645239 (patch)
tree487383d876ac561fb4783074d74782677d160e8f /x11-toolkits/libgnomeui/Makefile
parent16674f9bf547d2c126cb4f761aa383f07eeddd1c (diff)
downloadmarcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar.gz
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar.bz2
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar.lz
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar.xz
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.tar.zst
marcuscom-ports-f8fedff43ded277e5515660c15e72a2eca645239.zip
Update to 2.23.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10990 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
new file mode 100644
index 000000000..f7881519c
--- /dev/null
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: libgnomeui
+# Date created: 07 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgnomeui
+PORTVERSION= 2.23.3
+PORTREVISION?= 0
+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
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \
+ startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
+
+USE_GETTEXT= yes
+USE_XORG= sm
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \
+ referencehack gvfs
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+USE_BISON= build
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>
+
+.endif