diff options
Diffstat (limited to 'net-p2p/py-bittorrent-core-devel/Makefile')
-rw-r--r-- | net-p2p/py-bittorrent-core-devel/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/py-bittorrent-core-devel/Makefile b/net-p2p/py-bittorrent-core-devel/Makefile deleted file mode 100644 index 2bb7bca0e9a6..000000000000 --- a/net-p2p/py-bittorrent-core-devel/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# 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$ -# - -PKGNAMESUFFIX= -core-devel - -COMMENT= Client 'core' for the BitTorrent peer-to-peer network - -# build only the CORE -WITHOUT_GUI= yes - -MASTERDIR= ${.CURDIR}/../py-bittorrent-devel - -.include "${MASTERDIR}/Makefile" |