summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile.common
diff options
context:
space:
mode:
authorrecht <recht>2004-03-03 10:02:08 +0000
committerrecht <recht>2004-03-03 10:02:08 +0000
commit4f969c721ba5018fe80ba20b4d21873ba2dfc9da (patch)
tree52b1b4b8841d81c5f8d20e3a0c8c2a6bee59b44c /net/bittorrent/Makefile.common
parent049c0953375d49ad5ed1ce048f6787c2fbec1033 (diff)
downloadpkgsrc-4f969c721ba5018fe80ba20b4d21873ba2dfc9da.tar.gz
Factor out the wxGTK gui in an extra pkg (will be imported next).
Add myself as maintainer. Bump PKGREVISION. ok'd by wiz@
Diffstat (limited to 'net/bittorrent/Makefile.common')
-rw-r--r--net/bittorrent/Makefile.common21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common
new file mode 100644
index 00000000000..475803ebb41
--- /dev/null
+++ b/net/bittorrent/Makefile.common
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile.common,v 1.1 2004/03/03 10:02:08 recht Exp $
+#
+
+DISTNAME= BitTorrent-3.3
+CATEGORIES= net
+MASTER_SITES= http://bitconjurer.org/BitTorrent/
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://bitconjurer.org/BitTorrent/
+COMMENT= File sharing tool
+
+DESCR_SRC= ${.CURDIR}/../../net/bittorrent/DESCR
+DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
+FILESDIR= ${.CURDIR}/../../net/bittorrent/files
+PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches
+
+USE_BUILDLINK2= YES
+
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+
+.include "../../lang/python/application.mk"