blob: 8d2e6242fdbfde9d60ea27aead7b7c07c1015b1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
COMMENT= An implementation of grep(1) under a BSD-friendly license
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>
|