Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / nbgrep / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       nbgrep-20030824
5 CATEGORIES=     sysutils textproc
6 MASTER_SITES=   http://www.fawlty.net/software/
7
8 MAINTAINER=     cjep@netbsd.org
9 HOMEPAGE=       # none
10 COMMENT=        BSD version of grep as in NetBSD othersrc
11
12 CONFLICTS+=             bsdgrep-*
13 #ONLY_FOR_PLATFORM=     NetBSD-1.6*-*
14
15 post-patch:
16         @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
17
18 .include "../../mk/bsd.pkg.mk"