1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-p2p/ctcs/Makefile
Martin Wilke f3a4a65260 CTorrent Control Server (CTCS) is an interface for monitoring and managing
Enhanced CTorrent clients. It can manage allocation of bandwidth, provide
status information, and allow changes to the running configuration of each
client. Communication with CTorrent is via a TCP connection, and the user
interface is a web browser.

WWW: http://www.rahul.net/dholmes/ctorrent/ctcs.html

PR:		ports/136399
Submitted by:	Dereckson <dereckson at gmail.com>
2009-07-07 18:30:40 +00:00

30 lines
766 B
Makefile

# New ports collection makefile for: ctcs
# Date created: 7 July 2009
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ctcs
PORTVERSION= 1.4.1
CATEGORIES= net-p2p
MASTER_SITES= SF/dtorrent
MAINTAINER= dereckson@gmail.com
COMMENT= CTorrent monitoring and managing interface
NO_BUILD= #
USE_PERL5_RUN= yes
PLIST_FILES= bin/ctcs share/doc/ctcs/readme.txt
PLIST_DIRS= share/doc/ctcs
WRKSRC= ${WRKDIR}/ctcs-${PORTVERSION}
do-install:
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 \
${WRKSRC}/ctcs ${PREFIX}/bin/ctcs
${MKDIR} ${PREFIX}/share/doc/ctcs
${INSTALL} -o ${SHAREOWN} -g ${SHAREGRP} -m 0644 \
${WRKSRC}/readme.txt ${PREFIX}/share/doc/ctcs/readme.txt
.include <bsd.port.mk>