39554bbf19
New in 3.4: * Client no longer complains of connection to tracker problems when transfers are still working * Lots of bandwidth savings * Lots of bug fixes
22 lines
593 B
Text
22 lines
593 B
Text
# $NetBSD: Makefile.common,v 1.2 2004/03/07 21:25:33 recht Exp $
|
|
#
|
|
|
|
DISTNAME= BitTorrent-3.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bittorrent/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
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"
|