mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1cf648721d
- Define DOCS option - Drop superfluous WRKSRC definition
27 lines
545 B
Makefile
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>
|