blob: ba3bc14fd6470812396c1d0057d8fbf9f6310b82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|