16 lines
415 B
Makefile
16 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/05/05 15:10:26 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= bsdgrep-200405051607
|
|
PKGNAME= bsdgrep-devel-20040505
|
|
CATEGORIES= sysutils textproc
|
|
MASTER_SITES= http://www.fawlty.net/software/
|
|
|
|
MAINTAINER= cjep@NetBSD.org
|
|
HOMEPAGE= # none
|
|
COMMENT= BSD version of grep as in NetBSD src/usr.bin/grep
|
|
|
|
post-patch:
|
|
@${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|