freebsd-ports/sysutils/chgrep/Makefile
Daichi GOTO f71bf2cb70 update sysutils/chgrep: 1.2.0 -> 1.2.1
PR:		54333
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
2003-07-11 04:54:28 +00:00

28 lines
608 B
Makefile

# Ports collection makefile for: chgrep
# Date created: April 20, 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= chgrep
PORTVERSION= 1.2.1
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk.bicom.pl/chgrep/
EXTRACT_SUFX= .tgz
MAINTAINER= ponomarew@oberon.net
COMMENT= Fast string substitution across multiple files
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= chgrep.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
${MANPREFIX}/man/man1
.include <bsd.port.mk>