mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
25ebc3a8a8
with libgnugetopt. This resolves port build under most FreeBSD port installations where libgnugetopt is already installed. Approved by: marcus (portmgr)
29 lines
678 B
Makefile
29 lines
678 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/ \
|
|
ftp://ftp.vocito.com/pub/vocito.com/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>
|