summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libbonoboui/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 10:54:01 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 10:54:01 +0800
commitd52813aa283b84d9d2050b12df987031335f11b2 (patch)
treea774e36be51b2324bd67b398d9cc6b2cfeba5bd5 /x11-toolkits/libbonoboui/Makefile
parent9ef4ab5f088a7e4e1294fd7b162116b6aab7b7f5 (diff)
downloadmarcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.gz
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.bz2
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.lz
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.xz
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.tar.zst
marcuscom-ports-d52813aa283b84d9d2050b12df987031335f11b2.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libbonoboui/Makefile')
-rw-r--r--x11-toolkits/libbonoboui/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile
new file mode 100644
index 000000000..ce8eff53c
--- /dev/null
+++ b/x11-toolkits/libbonoboui/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libbonoboui
+# Date created: 04 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libbonoboui
+PORTVERSION= 2.14.0
+PORTREVISION?= 2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GUI frontend to the libbonobo component of GNOME 2
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \
+ libgnomecanvas libgnome referencehack
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>
+
+.endif