diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
commit | 716e853082f85512d878931d3c2903f4a669c7e8 (patch) | |
tree | 3a24d58f313f014bb8f3aca107a85ec50d2fb1df /x11-toolkits/py-vte | |
parent | ea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff) | |
download | marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2 marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip |
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-vte')
-rw-r--r-- | x11-toolkits/py-vte/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/py-vte/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/py-vte/pkg-plist | 3 |
3 files changed, 0 insertions, 33 deletions
diff --git a/x11-toolkits/py-vte/Makefile b/x11-toolkits/py-vte/Makefile deleted file mode 100644 index 5a129c0c7..000000000 --- a/x11-toolkits/py-vte/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: py-vte -# Date created: 18 February 2007 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= x11-toolkits gnome python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python interface for VTE (Terminal widget) - -MASTERDIR= ${.CURDIR}/../vte -BUILD_WRKSRC= ${WRKSRC}/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gnomehack gnometarget vte pygtk2 -USE_PYTHON= yes -CONFIGURE_ARGS= --enable-python \ - --disable-freetypetest - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/py-vte/pkg-descr b/x11-toolkits/py-vte/pkg-descr deleted file mode 100644 index c01fbb23d..000000000 --- a/x11-toolkits/py-vte/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python interface for VTE (Terminal widget). - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/py-vte/pkg-plist b/x11-toolkits/py-vte/pkg-plist deleted file mode 100644 index d67a8a180..000000000 --- a/x11-toolkits/py-vte/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.a -%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/vtemodule.so |