pkgsrc/net/bittorrent/Makefile.common
tron 2cea5c239f Fix name of Python interpreter in a script which is run during the build.
The locale files are now always installed and not only if a Python
interpreter named "python" is available for whatever reasons.

This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.
2010-01-30 13:31:59 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile.common,v 1.19 2010/01/30 13:31:59 tron Exp $
#
# used by net/bittorrent/Makefile
# used by net/bittorrent-gui/Makefile
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