mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b5b692f10c
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.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# 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>
|