summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtksourceview/Makefile
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-24 17:46:43 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-24 17:46:43 +0800
commit8c5373f47e4f53219bc9b5e183cc62e1fd0efb43 (patch)
treeb0d2648d15b5a998e0443f5d6232bb2f16774178 /x11-toolkits/py-gtksourceview/Makefile
parent656b77fe26c4d4a4a6609a6e77d5d94cd6a7fd47 (diff)
downloadmarcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar.gz
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar.bz2
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar.lz
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar.xz
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.tar.zst
marcuscom-ports-8c5373f47e4f53219bc9b5e183cc62e1fd0efb43.zip
Update to 2.9.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13708 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtksourceview/Makefile')
-rw-r--r--x11-toolkits/py-gtksourceview/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile
new file mode 100644
index 000000000..1101974f3
--- /dev/null
+++ b/x11-toolkits/py-gtksourceview/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: py-gtksourceview
+# Date created: 25 June 2007
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.20 2009/09/22 08:25:11 kwm Exp $
+#
+
+PORTNAME= gtksourceview
+PORTVERSION= 2.9.2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= 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 gtksourceview2 pygtk2
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-docs
+
+.include <bsd.port.mk>