a77e7015fe
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
13 lines
388 B
Makefile
13 lines
388 B
Makefile
# $NetBSD: Makefile.common,v 1.18 2008/04/25 20:39:11 joerg 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
|