summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 00:42:27 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 00:42:27 +0800
commitcb212a641d541d237efd3a3bbeb25ce18209a26f (patch)
tree5b1476703c0c07ab08eae642da96afa41cdeb7e5 /x11-toolkits/libgnomeui/Makefile
parentfacf48be305a57a1599308e7f1fd95030f94182c (diff)
downloadmarcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar.gz
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar.bz2
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar.lz
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar.xz
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.tar.zst
marcuscom-ports-cb212a641d541d237efd3a3bbeb25ce18209a26f.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8627 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
new file mode 100644
index 000000000..78d3dcdd4
--- /dev/null
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: libgnomeui
+# Date created: 07 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.99 2007/03/14 03:42:53 marcus Exp $
+#
+
+PORTNAME= libgnomeui
+PORTVERSION= 2.18.1
+PORTREVISION?= 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
+
+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_XLIB= yes
+USE_XPM= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui ltverhack \
+ referencehack
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+USE_BISON= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>
+
+.endif