2003-08-31 12:21:47 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/08/31 10:21:47 cjep Exp $
|
2003-08-31 11:37:51 +02:00
|
|
|
#
|
|
|
|
|
2003-08-31 12:21:47 +02:00
|
|
|
DISTNAME= bsdgrep-200308311112
|
|
|
|
PKGNAME= bsdgrep-devel-20030831
|
2003-08-31 11:37:51 +02:00
|
|
|
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"
|