summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep/Makefile
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-11-19 07:15:14 +0000
committercjep <cjep@pkgsrc.org>2002-11-19 07:15:14 +0000
commitc178a215293c00e1e7b0237b3f4791638aa03322 (patch)
treeaf1ea70196568e61bafdddeb1e82f21eea364a5e /textproc/bsdgrep/Makefile
parentb455f717a3964d968f4790f516d56e140d7477d5 (diff)
downloadpkgsrc-c178a215293c00e1e7b0237b3f4791638aa03322.tar.gz
Re-import of Jamie Howard's grep 0.16 into the NetBSD packages
collection as textproc/bsdgrep. This is the BSD-licensed grep(1) replacement.
Diffstat (limited to 'textproc/bsdgrep/Makefile')
-rw-r--r--textproc/bsdgrep/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
new file mode 100644
index 00000000000..5bf77b40122
--- /dev/null
+++ b/textproc/bsdgrep/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/19 07:15:14 cjep Exp $
+
+DISTNAME= grep-0.16
+PKGNAME= bsdgrep-0.16
+CATEGORIES= sysutils
+MASTER_SITES= http://www.wam.umd.edu/~howardjp/software/grep/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.wam.umd.edu/~howardjp/software/grep/
+COMMENT= BSD version of grep
+
+post-patch:
+ @${CP} ${WRKSRC}/grep.1 ${WRKSRC}/bgrep.1
+
+.include "../../mk/bsd.pkg.mk"