summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtksourceview/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /x11-toolkits/py-gtksourceview/Makefile
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
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 940f9686a..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.9 2008/02/06 04:42:24 mezz Exp $
-#
-
-PORTNAME= gtksourceview
-PORTVERSION= 2.2.0
-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>