mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
6eed80e54e
the core engine without the GUI. PR: 58345 Submitted by: Jeremy Messenger <mezz7@cox.net>
19 lines
415 B
Makefile
19 lines
415 B
Makefile
# 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"
|