freebsd-ports/textproc/freegrep/Makefile
Patrick Li c16aec7f89 Update maintainer email address and MASTER_SITES
PR:		ports/41392, ports/41393, ports/41394, ports/41395
Submitted by:	maintainer
2002-08-07 18:06:21 +00:00

24 lines
541 B
Makefile

# New ports collection makefile for: grep
# Date created: 8 June 1999
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= freegrep
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
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>