aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnome-btdownload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnome-btdownload/Makefile')
-rw-r--r--net-p2p/gnome-btdownload/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/gnome-btdownload/Makefile b/net-p2p/gnome-btdownload/Makefile
deleted file mode 100644
index b8aeaf744de2..000000000000
--- a/net-p2p/gnome-btdownload/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gnome-btdownload
-# Date created: 21 October 2003
-# Whom: Mezz <mezz7@cox.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-btdownload
-PORTVERSION= 0.0.11
-PORTREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnome-bt
-
-MAINTAINER= mezz7@cox.net
-COMMENT= A simple Gnome interface designed as a mime-sink for BitTorrent files
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BitTorrent/__init__.py:${PORTSDIR}/net/py-bittorrent-core \
- ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix
-GNU_CONFIGURE= yes
-
-MAN1= gnome-btdownload.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%X11PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/src/${PORTNAME}
-
-.include <bsd.port.mk>