summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile.common
blob: 475803ebb416f82bd4442610bf1af6163cbea848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"