freebsd-ports/sysutils/chgrep/Makefile

32 lines
659 B
Makefile
Raw Normal View History

# Ports collection makefile for: chgrep
# Date created: April 20, 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= chgrep
2003-08-10 17:51:25 +02:00
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk.bicom.pl/chgrep/
EXTRACT_SUFX= .tgz
2003-08-10 17:51:25 +02:00
MAINTAINER= krion@FreeBSD.org
COMMENT= Fast string substitution across multiple files
GNU_CONFIGURE= yes
USE_GMAKE= yes
2004-01-30 15:05:15 +01:00
USE_SIZE= yes
MAN1= chgrep.1
PLIST_FILES= bin/chgrep
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
${MANPREFIX}/man/man1
.include <bsd.port.mk>