diff options
-rw-r--r-- | net-p2p/py-bittorrent-core-devel/Makefile | 18 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-core/Makefile | 18 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-bittorrent-core-devel/Makefile | 18 | ||||
-rw-r--r-- | net/py-bittorrent-core/Makefile | 18 |
5 files changed, 73 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 0000000..ba3bc14 --- /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 0000000..ba3bc14 --- /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" diff --git a/net/Makefile b/net/Makefile index 60b41b0..8dab682 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 0000000..ba3bc14 --- /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 0000000..ba3bc14 --- /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" |