freebsd-ports/textproc/freegrep/Makefile

25 lines
541 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= freegrep
2001-02-05 17:35:26 +01:00
PORTVERSION= 0.16
CATEGORIES= textproc
MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \
ftp://ftp.vocito.com/pub/vocito.com/software/grep/
DISTNAME= grep-${PORTVERSION}
MAINTAINER= howardjp@wam.umd.edu
1999-11-05 18:53:51 +01:00
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
post-extract:
@(cd ${WRKSRC}; ${RM} -f .depend)
.include <bsd.port.mk>