aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/qtorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qtorrent/Makefile')
-rw-r--r--net-p2p/qtorrent/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile
deleted file mode 100644
index 15ce88cf8435..000000000000
--- a/net-p2p/qtorrent/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: qtorrent
-# Date created: 2004-03-31
-# Whom: michael johnson <ahze@ahze.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qtorrent
-PORTVERSION= 0.9.6.1
-CATEGORIES= net python
-MASTER_SITES= http://thegraveyard.org/files/
-
-MAINTAINER= ahze@ahze.net
-COMMENT= BitTorrent client that uses the Qt widget-set
-
-BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
-RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-
-.include <bsd.port.mk>