summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittornado-core/Makefile
blob: 63267ab94c5257b014f505d6c7607cb3440e8191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:	py-shadow-bittorrent-core
# Date created:				23 February 2004
# Whom:					Stefan Walter <sw@gegenunendlich.de>
#
# $FreeBSD$
#

PKGNAMESUFFIX=	-core
CATEGORIES=	net python

COMMENT=	An extended BitTorrent peer-to-peer core tool for distributing files

# build only the CORE
WITHOUT_GUI=	yes

MASTERDIR=	${.CURDIR}/../py-bittornado

.include "${MASTERDIR}/Makefile"