1999-07-08 13:32:01 +00:00
|
|
|
# New ports collection makefile for: grep
|
|
|
|
# Date created: 8 June 1999
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1999-07-08 13:32:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= freegrep
|
2001-02-05 16:35:26 +00:00
|
|
|
PORTVERSION= 0.16
|
2004-02-03 12:43:37 +00:00
|
|
|
PORTREVISION= 1
|
1999-07-08 13:32:01 +00:00
|
|
|
CATEGORIES= textproc
|
2002-08-07 18:06:21 +00:00
|
|
|
MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \
|
|
|
|
ftp://ftp.vocito.com/pub/vocito.com/software/grep/
|
2000-04-09 21:54:47 +00:00
|
|
|
DISTNAME= grep-${PORTVERSION}
|
1999-07-08 13:32:01 +00:00
|
|
|
|
2003-08-15 22:25:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:42:50 +00:00
|
|
|
COMMENT= An implementation of grep(1) under a BSD-friendly license
|
1999-07-08 13:32:01 +00:00
|
|
|
|
1999-11-05 17:53:51 +00:00
|
|
|
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
|
1999-11-05 17:49:44 +00:00
|
|
|
|
2000-06-30 09:34:09 +00:00
|
|
|
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
|
|
|
|
|
1999-09-20 00:44:49 +00:00
|
|
|
post-extract:
|
2000-06-30 09:34:09 +00:00
|
|
|
@(cd ${WRKSRC}; ${RM} -f .depend)
|
1999-09-20 00:44:49 +00:00
|
|
|
|
1999-07-08 13:32:01 +00:00
|
|
|
.include <bsd.port.mk>
|