summaryrefslogtreecommitdiffstats
path: root/devel/glade3/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-01 04:05:10 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-01 04:05:10 +0800
commit16876efde572ecc73a34bb717885fb30942d341e (patch)
tree3018c6a667c976ab487b9bd73f495dde17365984 /devel/glade3/Makefile
parentcedc1c50a92b6ecfdf14f22623eebb31ecc24c21 (diff)
downloadmarcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar.gz
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar.bz2
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar.lz
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar.xz
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.tar.zst
marcuscom-ports-16876efde572ecc73a34bb717885fb30942d341e.zip
Update to 3.5.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11969 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade3/Makefile')
-rw-r--r--devel/glade3/Makefile58
1 files changed, 58 insertions, 0 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
new file mode 100644
index 000000000..4ca7840a6
--- /dev/null
+++ b/devel/glade3/Makefile
@@ -0,0 +1,58 @@
+# New ports collection makefile for: glade3
+# Date created: Sun May 22 17:22:53 CEST 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/glade3/Makefile,v 1.38 2007/09/17 15:59:36 ahze Exp $
+#
+
+PORTNAME= glade3
+PORTVERSION= 3.5.7
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A user interface builder for GTK+/GNOME
+
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack \
+ gnomedocutils desktopfileutils ltverhack
+WANT_GNOME= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+
+DOCSDIR= ${PREFIX}/share/doc/gladeui
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+= libgnomeui
+CONFIGURE_ARGS+=--enable-gnome
+PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome
+.else
+CONFIGURE_ARGS+=--disable-gnome
+.endif
+
+#.if ${HAVE_GNOME:Mpygtk2}!=""
+#USE_PYTHON= yes
+#.include "${PORTSDIR}/Mk/bsd.python.mk"
+#USE_GNOME+= pygtk2
+#PLIST_SUB+= PYTHON:=""
+#CONFIGURE_ARGS+=--enable-python
+#.else
+CONFIGURE_ARGS+=--disable-python
+PLIST_SUB+= PYTHON:="@comment "
+#.endif
+
+post-install:
+ ${MKDIR} ${PREFIX}/lib/glade3/bindings
+ @-update-desktop-database
+
+.include <bsd.port.post.mk>