summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-extras/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 21:25:18 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-05 21:25:18 +0800
commitae380796309818e1378c43a0e152fdab5f2c46b9 (patch)
treeb0447ac539f7b81e37ac8a1f277ac84beaccac0c /x11-toolkits/py-gnome-extras/Makefile
parentbd93274b02d9e9c2ecbc311bb671b2ce401a46b9 (diff)
downloadmarcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar.gz
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar.bz2
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar.lz
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar.xz
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.tar.zst
marcuscom-ports-ae380796309818e1378c43a0e152fdab5f2c46b9.zip
Add 2.19.1.
Now with libgda3 support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10353 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras/Makefile')
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile61
1 files changed, 61 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
new file mode 100644
index 000000000..d3a6fe633
--- /dev/null
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -0,0 +1,61 @@
+# New ports collection makefile for: py-gnome-extras
+# Date created: 22 November 2005
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome
+PORTVERSION= 2.19.1
+PORTREVISION= 2
+CATEGORIES= x11-toolkits python gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= -extras
+DISTNAME= gnome-python-extras-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A set of Python bindings for GNOME 2
+
+LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \
+ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
+ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
+ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
+
+USE_GECKO= firefox seamonkey xulrunner mozilla
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
+USE_GNOME= gnomehack libgtkhtml pygnome2 libgda3
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gtkmozembed=${GECKO}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+EG_SRC_DIR= ${WRKSRC}/examples
+EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
+.if !defined(NOPORTDOCS)
+DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras
+.else
+DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
+.endif
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+
+post-patch:
+ @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
+ -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${EG_DST_DIR}
+ ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
+ ${CHMOD} -R go-w ${EG_DST_DIR}
+.endif
+
+.include <bsd.port.post.mk>