summaryrefslogtreecommitdiffstats
path: root/devel/glade2/Makefile
diff options
context:
space:
mode:
authorbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-18 18:46:19 +0800
committerbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-18 18:46:19 +0800
commitcde3f0a19f9961efb41e0d01aac87dce18335643 (patch)
treec8d3e5c3860368357ab932c5d3451d7052ae3a78 /devel/glade2/Makefile
parent90fd68570f21386f369146a0a007e0000f1fd3ed (diff)
downloadmarcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar.gz
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar.bz2
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar.lz
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar.xz
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.tar.zst
marcuscom-ports-cde3f0a19f9961efb41e0d01aac87dce18335643.zip
Update to 2.5.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2117 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r--devel/glade2/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
new file mode 100644
index 000000000..ffef40317
--- /dev/null
+++ b/devel/glade2/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: glade2
+# Date created: 02 June 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= glade2
+PORTVERSION= 2.5.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+DISTNAME= glade-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A user interface builder for GTK+/GNOME
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_LIBTOOL_VER= 13
+USE_GNOME= gnomeprefix gnomehack lthack libgnomedb libgnomeui
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>