1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/sysutils/cw/Makefile
Max Brazhnikov 1a0d4e9a10 Update to 1.0.16
PR:		ports/150667
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2010-09-18 15:57:45 +00:00

31 lines
635 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.16
CATEGORIES= sysutils
MASTER_SITES= http://cwrapper.sourceforge.net/ \
http://www.fakehalo.us/cw/
MAINTAINER= ports@FreeBSD.org
COMMENT= A non-intrusive color wrapper for common commands
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
MAN1= cw.1 cwe.1 cwu.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGES CONTRIB FILES INSTALL PLATFORM README VERSION
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>