blob: b504303dc918891a6bd756d896beade340c47413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.common,v 1.17 2006/02/26 22:43:33 tron Exp $
DISTNAME= BitTorrent-4.4.0
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}/dl/
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.bittorrent.com/
COMMENT= File sharing tool
DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
FILESDIR= ${.CURDIR}/../../net/bittorrent/files
PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|