opnsense-ports/sysutils/chgrep/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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>