aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/btqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/btqueue/Makefile')
-rw-r--r--net-p2p/btqueue/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile
deleted file mode 100644
index 9a112db4ee7b..000000000000
--- a/net-p2p/btqueue/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Stefan Walter <sw@gegenunendlich.de>
-# $FreeBSD$
-
-PORTNAME= btqueue
-PORTVERSION= 0.1.3
-PORTREVISION= 1
-CATEGORIES= net-p2p
-MASTER_SITES= SF
-DISTNAME= BTQueue-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Alternative BitTorrent client with queuing functionality
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb
-
-BROKEN= Does not download anything
-DEPRECATED= Runtime broken (does not download anything)
-EXPIRATION_DATE= 2015-08-01
-
-CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
-USES= python
-USE_PYTHON= distutils
-PYDISTUTILS_PKGNAME= BTQueue
-
-DATADIR= ${PREFIX}/share/BTQueue
-DOCSDIR= ${PREFIX}/share/doc/BTQueue
-
-OPTIONS_DEFINE= PYXML DOCS
-OPTIONS_DEFAULT=PYXML
-PYXML_DESC= Add dependency on PyXML (needed for crawler only)
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MPYXML}
-RUN_DEPENDS+= ${PYXML}
-.endif
-
-.include <bsd.port.mk>