mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# New ports collection makefile for: grep
|
|
# Version required: 0.3
|
|
# Date created: 8 June 1999
|
|
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/07/29 11:57:31 sheldonh Exp $
|
|
#
|
|
|
|
DISTNAME= grep-0.10
|
|
PKGNAME= freegrep-0.10
|
|
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>
|