summaryrefslogtreecommitdiff
path: root/textproc/freegrep/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-07-08 13:32:01 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-07-08 13:32:01 +0000
commitb5b692f10c64cc2944f2f9ae81fcdf962a243746 (patch)
treebf0f245cedf18911be037e975e3e0fdc9bea35d6 /textproc/freegrep/Makefile
parentDo not link with the termcap library - mshell would segfault. (diff)
Import Jamie Howard's grep(1) implementation under BSD-friendly license
agreement. Severl developers are keen to see this brought into the base system to replace GNU grep. When that happens, this port can go away.
Notes
Notes: svn path=/head/; revision=20123
Diffstat (limited to 'textproc/freegrep/Makefile')
-rw-r--r--textproc/freegrep/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
new file mode 100644
index 000000000000..b31412829f79
--- /dev/null
+++ b/textproc/freegrep/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: grep
+# Version required: 0.3
+# Date created: 8 June 1999
+# Whom: Sheldon Hearn <sheldonh@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= grep-0.3
+PKGNAME= freegrep-0.3
+CATEGORIES= textproc
+MASTER_SITES= ftp://dragon.ham.muohio.edu/pub/howardjp/ \
+ ftp://ftp.wam.umd.edu/pub/howardjp/ \
+ ftp://ftp.ofug.org/pub/grep/
+
+MAINTAINER= howardjp@wam.umd.edu
+
+MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
+
+.include <bsd.port.mk>