1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/freegrep/Makefile
Erwin Lansing 0734787acd Drop dead master site.
PR:		96591
Submitted by:	Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
2006-05-01 14:34:41 +00:00

28 lines
623 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
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.vocito.com/downloads/software/grep/
DISTNAME= grep-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of grep(1) under a BSD-friendly license
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS}
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
post-extract:
@(cd ${WRKSRC}; ${RM} -f .depend)
.include <bsd.port.mk>