freebsd-ports/sysutils/cw/Makefile
Boris Samorodov 842162bd39 . trim Makefile headers;
. remove the indefinite article from COMMENT;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. define PORTDOCS at Makefile;
. remove port docs from pkg-plist;
. indent .for loop inside .if statement.
2013-05-26 20:02:15 +00:00

31 lines
628 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= cw
PORTVERSION= 1.0.16
CATEGORIES= sysutils
MASTER_SITES= http://cwrapper.sourceforge.net/ \
http://www.fakehalo.us/cw/
MAINTAINER= ports@FreeBSD.org
COMMENT= Non-intrusive color wrapper for common commands
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
MAN1= cw.1 cwe.1 cwu.1
OPTIONS_DEFINE= DOCS
PORTDOCS= *
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
. for file in CHANGES CONTRIB FILES INSTALL PLATFORM README VERSION
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.mk>