summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtksourceview/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-26 06:16:32 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-06-26 06:16:32 +0800
commit162ee2233a750c4321a696742070af7cba02b630 (patch)
tree8df3b03c41ed716e2e66cf21b91aedb42af9da2a /x11-toolkits/py-gtksourceview/Makefile
parent0e809bab9288f8966606eb01c8bab92b4d3790a5 (diff)
downloadmarcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar.gz
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar.bz2
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar.lz
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar.xz
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.tar.zst
marcuscom-ports-162ee2233a750c4321a696742070af7cba02b630.zip
Add a new port, pygtksourceview, I think it might be need by gedit 2.19.x. I
will adding it in bsd.gnome.mk later tonight or so. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9078 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtksourceview/Makefile')
-rw-r--r--x11-toolkits/py-gtksourceview/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile
new file mode 100644
index 000000000..4a754ccb5
--- /dev/null
+++ b/x11-toolkits/py-gtksourceview/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: py-gtksourceview
+# Date created: 25 June 2007
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 1.90.1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pygtksourceview-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A python bindings for the version 2 of the GtkSourceView library
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview2 pygtk2
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-docs
+
+post-patch:
+ @${REINPLACE_CMD} -e 's| == x| = x|g' \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>