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/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile
deleted file mode 100644
index 0c10ef88cac5..000000000000
--- a/net-p2p/btqueue/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: BTQueue
-# Date created: 04 Jun 2004
-# Whom: Stefan Walter <sw@gegenunendlich.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= btqueue
-PORTVERSION= 0.0.15
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= BTQueue-${PORTVERSION}
-
-MAINTAINER= sw@gegenunendlich.de
-COMMENT= Alternative BitTorrent client with queuing functionality
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
-
-CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent*
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-
-.include <bsd.port.mk>