1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/cw/Makefile
2008-12-18 02:24:04 +00:00

36 lines
745 B
Makefile

# New ports collection makefile for: cw
# Date created: 4 December 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= cw
PORTVERSION= 1.0.15
CATEGORIES= sysutils
MASTER_SITES= http://cwrapper.sourceforge.net/ \
http://www.fakehalo.us/cw/ \
http://dryice.name/computer/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A non-intrusive color wrapper for common commands
GNU_CONFIGURE= yes
MAN1= cw.1 cwe.1 cwu.1
MANCOMPRESSED= yes
.if !defined(NOPORTDOCS)
PORTDOCS= CHANGES CONTRIB COPYING FILES INSTALL PLATFORM README \
VERSION
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>