aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-10-23 05:28:40 +0800
committermarcus <marcus@FreeBSD.org>2003-10-23 05:28:40 +0800
commitcc1d97769fafe3aea7b69d5f0fc0212697592fbf (patch)
tree3e205258a534b82160764f788ee909658b31cfb0 /net
parent05d0d3bbfa23678142560d3f0d62d431b08b786f (diff)
downloadfreebsd-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')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-bittorrent-core-devel/Makefile18
-rw-r--r--net/py-bittorrent-core/Makefile18
3 files changed, 37 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 60b41b0d4463..8dab682b6b16 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -539,6 +539,7 @@
SUBDIR += pvm++
SUBDIR += pxe
SUBDIR += py-bittorrent
+ SUBDIR += py-bittorrent-core
SUBDIR += py-fngrab
SUBDIR += py-google
SUBDIR += py-ipy
diff --git a/net/py-bittorrent-core-devel/Makefile b/net/py-bittorrent-core-devel/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net/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/py-bittorrent-core/Makefile b/net/py-bittorrent-core/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net/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"