summaryrefslogtreecommitdiffstats
path: root/devel/glade2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r--devel/glade2/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
new file mode 100644
index 000000000..7b37671c0
--- /dev/null
+++ b/devel/glade2/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: glade2
+# Date created: 02 June 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/glade2/Makefile,v 1.62 2004/12/24 04:52:17 marcus Exp $
+#
+
+PORTNAME= glade2
+PORTVERSION= 2.9.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9
+DISTNAME= glade-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A user interface builder for GTK+/GNOME
+
+RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so:${PORTSDIR}/x11-toolkits/libgail-gnome
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_LIBTOOL_VER=15
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeui
+USE_GMAKE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>