summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bsdgrep-devel/Makefile')
-rw-r--r--textproc/bsdgrep-devel/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/bsdgrep-devel/Makefile b/textproc/bsdgrep-devel/Makefile
new file mode 100644
index 00000000000..6701b2d5f4b
--- /dev/null
+++ b/textproc/bsdgrep-devel/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $
+#
+
+DISTNAME= bgrep-20030825
+PKGNAME= bsdgrep-devel-20030825
+WRKSRC= ${WRKDIR}/nbgrep-20030825
+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
+
+CONFLICTS+= bsdgrep-*
+#ONLY_FOR_PLATFORM= NetBSD-1.6*-*
+
+post-patch:
+ @${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1
+
+.include "../../mk/bsd.pkg.mk"