mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# New ports collection makefile for: grep
|
|
# Version required: 0.3
|
|
# Date created: 8 June 1999
|
|
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= grep-0.11
|
|
PKGNAME= freegrep-0.11
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.ofug.org/pub/grep/ \
|
|
http://www.freebsd.org/~des/software/
|
|
|
|
MAINTAINER= howardjp@wam.umd.edu
|
|
|
|
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
|
|
|
|
.include <bsd.port.mk>
|