summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile
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
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')
-rw-r--r--net/bittorrent/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index 04bbf309cd6..c71b6a5e6a2 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,28 +1,17 @@
-# $NetBSD: Makefile,v 1.14 2004/03/02 15:49:36 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/03 10:02:08 recht Exp $
#
-DISTNAME= BitTorrent-3.3
-PKGNAME= ${DISTNAME:S/BitT/bitt/}
-PKGREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://bitconjurer.org/BitTorrent/
+.include "Makefile.common"
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://bitconjurer.org/BitTorrent/
-COMMENT= File sharing tool
+PKGNAME= ${DISTNAME:S/BitT/bitt/}
+PKGREVISION= 5
PYDISTUTILSPKG= YES
-USE_BUILDLINK2= YES
-
-PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bittorrent
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bittorrent
-.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
-.include "../../x11/py-wxWindows/buildlink2.mk"
.include "../../devel/py-cursespanel/buildlink2.mk"
-
.include "../../mk/bsd.pkg.mk"