diff options
Diffstat (limited to 'x11/hotwire-shell/Makefile')
-rw-r--r-- | x11/hotwire-shell/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11/hotwire-shell/Makefile b/x11/hotwire-shell/Makefile deleted file mode 100644 index a5ffee5e6d48..000000000000 --- a/x11/hotwire-shell/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Ashish Shukla <wahjava@gmail.com> -# $FreeBSD$ - -PORTNAME= hotwire-shell -PORTVERSION= 0.721 -PORTREVISION= 6 -CATEGORIES= x11 -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= hotwire-${DISTVERSION} - -MAINTAINER= ashish@FreeBSD.org -COMMENT= Object-oriented hypershell - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus \ - ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo \ - ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:devel/py-gobject \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:x11-toolkits/py-vte -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= python:2 -USE_PYTHON= autoplist distutils -USE_GNOME= pygnome2 pygtk2 pygtksourceview -INSTALLS_ICONS= yes - -.include <bsd.port.mk> |