1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net-p2p/ctcs/Makefile
Emanuel Haupt 1cf648721d - Support staging
- Define DOCS option
- Drop superfluous WRKSRC definition
2014-03-14 08:59:17 +00:00

27 lines
545 B
Makefile

# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
PORTNAME= ctcs
PORTVERSION= 1.4.1
CATEGORIES= net-p2p
MASTER_SITES= SF/dtorrent/${PORTNAME}/${PORTVERSION}
MAINTAINER= dereckson@gmail.com
COMMENT= CTorrent monitoring and managing interface
USES= perl5
USE_PERL5= run
NO_BUILD= #
PORTDOCS= readme.txt
PLIST_FILES= bin/ctcs
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_DATA} ${WRKSRC}/ctcs ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>