diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-23 05:28:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-23 05:28:40 +0800 |
commit | cc1d97769fafe3aea7b69d5f0fc0212697592fbf (patch) | |
tree | 3e205258a534b82160764f788ee909658b31cfb0 /net-p2p | |
parent | 05d0d3bbfa23678142560d3f0d62d431b08b786f (diff) | |
download | freebsd-ports-gnome-cc1d97769fafe3aea7b69d5f0fc0212697592fbf.tar.gz freebsd-ports-gnome-cc1d97769fafe3aea7b69d5f0fc0212697592fbf.tar.zst freebsd-ports-gnome-cc1d97769fafe3aea7b69d5f0fc0212697592fbf.zip |
Add py-bittorrent-core, a slave port to py-bittorrent that simply builds
the core engine without the GUI.
PR: 58345
Submitted by: Jeremy Messenger <mezz7@cox.net>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-core-devel/Makefile | 18 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-core/Makefile | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-core-devel/Makefile b/net-p2p/py-bittorrent-core-devel/Makefile new file mode 100644 index 000000000000..ba3bc14fd647 --- /dev/null +++ b/net-p2p/py-bittorrent-core-devel/Makefile @@ -0,0 +1,18 @@ +# 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 +CATEGORIES= net python + +COMMENT= Client 'core' for the BitTorrent peer-to-peer network + +# build only the CORE +WITHOUT_GUI= yes + +MASTERDIR= ${.CURDIR}/../py-bittorrent + +.include "${MASTERDIR}/Makefile" diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile new file mode 100644 index 000000000000..ba3bc14fd647 --- /dev/null +++ b/net-p2p/py-bittorrent-core/Makefile @@ -0,0 +1,18 @@ +# 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 +CATEGORIES= net python + +COMMENT= Client 'core' for the BitTorrent peer-to-peer network + +# build only the CORE +WITHOUT_GUI= yes + +MASTERDIR= ${.CURDIR}/../py-bittorrent + +.include "${MASTERDIR}/Makefile" |