1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/freegrep/Makefile

27 lines
621 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 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= freegrep
2001-02-05 16:35:26 +00:00
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.vocito.com/downloads/software/grep/ \
ftp://ftp.vocito.com/pub/vocito.com/software/grep/
DISTNAME= grep-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:42:50 +00:00
COMMENT= An implementation of grep(1) under a BSD-friendly license
1999-11-05 17:53:51 +00: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>