1999-07-08 15:32:01 +02:00
|
|
|
# New ports collection makefile for: grep
|
|
|
|
# Date created: 8 June 1999
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1999-07-08 15:32:01 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= freegrep
|
2001-02-05 17:35:26 +01:00
|
|
|
PORTVERSION= 0.16
|
1999-07-08 15:32:01 +02:00
|
|
|
CATEGORIES= textproc
|
2002-08-07 20:06:21 +02:00
|
|
|
MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \
|
|
|
|
ftp://ftp.vocito.com/pub/vocito.com/software/grep/
|
2000-04-09 23:54:47 +02:00
|
|
|
DISTNAME= grep-${PORTVERSION}
|
1999-07-08 15:32:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= howardjp@wam.umd.edu
|
|
|
|
|
1999-11-05 18:53:51 +01:00
|
|
|
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
|
1999-11-05 18:49:44 +01:00
|
|
|
|
2000-06-30 11:34:09 +02:00
|
|
|
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
|
|
|
|
|
1999-09-20 02:44:49 +02:00
|
|
|
post-extract:
|
2000-06-30 11:34:09 +02:00
|
|
|
@(cd ${WRKSRC}; ${RM} -f .depend)
|
1999-09-20 02:44:49 +02:00
|
|
|
|
1999-07-08 15:32:01 +02:00
|
|
|
.include <bsd.port.mk>
|