2013-05-26 22:02:15 +02:00
|
|
|
# Created by: Dryice Liu <dryice@dryice.name>
|
2006-12-04 23:14:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cw
|
2010-09-18 17:57:45 +02:00
|
|
|
PORTVERSION= 1.0.16
|
2006-12-04 23:14:17 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://cwrapper.sourceforge.net/ \
|
2010-09-18 17:57:45 +02:00
|
|
|
http://www.fakehalo.us/cw/
|
2006-12-04 23:14:17 +01:00
|
|
|
|
2008-12-18 03:24:04 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-05-26 22:02:15 +02:00
|
|
|
COMMENT= Non-intrusive color wrapper for common commands
|
2006-12-04 23:14:17 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2010-09-18 17:57:45 +02:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN1= cw.1 cwe.1 cwu.1
|
2006-12-04 23:14:17 +01:00
|
|
|
|
2013-05-26 22:02:15 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2006-12-04 23:14:17 +01:00
|
|
|
post-install:
|
2013-05-26 22:02:15 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2010-09-18 17:57:45 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2013-05-26 22:02:15 +02:00
|
|
|
. for file in CHANGES CONTRIB FILES INSTALL PLATFORM README VERSION
|
2010-09-18 17:57:45 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2013-05-26 22:02:15 +02:00
|
|
|
. endfor
|
2006-12-04 23:14:17 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|