pkgsrc/textproc/bsdgrep-devel/Makefile

17 lines
407 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2003/08/31 10:21:47 cjep Exp $
#
DISTNAME= bsdgrep-200308311112
PKGNAME= bsdgrep-devel-20030831
CATEGORIES= sysutils textproc
MASTER_SITES= http://www.fawlty.net/software/
MAINTAINER= cjep@netbsd.org
HOMEPAGE= # none
COMMENT= BSD version of grep as in NetBSD othersrc
post-patch:
@${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
.include "../../mk/bsd.pkg.mk"