diff options
Diffstat (limited to 'net-p2p/py-bittornado-core/Makefile')
-rw-r--r-- | net-p2p/py-bittornado-core/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/py-bittornado-core/Makefile b/net-p2p/py-bittornado-core/Makefile new file mode 100644 index 000000000000..6a90e51d3f20 --- /dev/null +++ b/net-p2p/py-bittornado-core/Makefile @@ -0,0 +1,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= Experimental client 'core' for the BitTorrent P2P network + +# build only the CORE +WITHOUT_GUI= yes + +MASTERDIR= ${.CURDIR}/../py-shadow-bittorrent + +.include "${MASTERDIR}/Makefile" |