freebsd-ports/sysutils/chgrep/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

23 lines
545 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= chgrep
PORTVERSION= 1.2.4
CATEGORIES= sysutils
MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast string substitution across multiple files
GNU_CONFIGURE= yes
USES= gmake tar:tgz
PLIST_FILES= bin/chgrep man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>