summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtksourceview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gtksourceview/Makefile')
-rw-r--r--x11-toolkits/py-gtksourceview/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile
deleted file mode 100644
index 0dc7c0862..000000000
--- a/x11-toolkits/py-gtksourceview/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.16 2009/03/13 14:04:45 kwm Exp $
-#
-
-PORTNAME= gtksourceview
-PORTVERSION= 2.6.0
-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
-
-post-patch:
- @${REINPLACE_CMD} -e 's| == x| = x|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>