summaryrefslogtreecommitdiffstats
path: root/devel/glade3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-06 20:02:57 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-06 20:02:57 +0800
commit4c7d2a59dfb7f7bc85dc2378c90e22d8b0aeab34 (patch)
tree9c98be0e2e0466775e11f3f054ac6b58b2d837f8 /devel/glade3/Makefile
parentd57228f493df4a875129e2efee17f73760dc4a79 (diff)
downloadmarcuscom-ports-4c7d2a59dfb7f7bc85dc2378c90e22d8b0aeab34.tar.gz
marcuscom-ports-4c7d2a59dfb7f7bc85dc2378c90e22d8b0aeab34.tar.zst
marcuscom-ports-4c7d2a59dfb7f7bc85dc2378c90e22d8b0aeab34.zip
Update to 3.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15760 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade3/Makefile')
-rw-r--r--devel/glade3/Makefile62
1 files changed, 62 insertions, 0 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
new file mode 100644
index 000000000..4d1b508ce
--- /dev/null
+++ b/devel/glade3/Makefile
@@ -0,0 +1,62 @@
+# 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.44 2010/06/06 22:11:46 kwm Exp $
+#
+
+PORTNAME= glade3
+PORTVERSION= 3.8.0
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A user interface builder for GTK+/GNOME
+
+CONFLICTS= glade-3.*
+
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack \
+ gnomedocutils desktopfileutils ltverhack:10
+WANT_GNOME= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool
+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
+PLIST_SUB+= GNOME:=""
+.else
+CONFIGURE_ARGS+=--disable-gnome
+PLIST_SUB+= GNOME:="@comment "
+.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>