blob: 45351711c7542a7df8b7fb1ab957e8f4b0fa5100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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
|