2003-10-22 23:28:40 +02:00
|
|
|
# New ports collection makefile for: py-bittorrent-core
|
|
|
|
# Date created: 21 October 2003
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-12-24 10:12:31 +01:00
|
|
|
PKGNAMESUFFIX= -core-devel
|
2003-10-22 23:28:40 +02:00
|
|
|
|
|
|
|
COMMENT= Client 'core' for the BitTorrent peer-to-peer network
|
|
|
|
|
|
|
|
# build only the CORE
|
|
|
|
WITHOUT_GUI= yes
|
|
|
|
|
2004-12-24 10:12:31 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../py-bittorrent-devel
|
2003-10-22 23:28:40 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|