summaryrefslogtreecommitdiff
path: root/textproc/bsdgrep-devel/Makefile
blob: 6701b2d5f4bd28a75bcaa656d3f31a1128a41e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $
#

DISTNAME=	bgrep-20030825
PKGNAME=	bsdgrep-devel-20030825
WRKSRC=		${WRKDIR}/nbgrep-20030825
CATEGORIES=	sysutils textproc
MASTER_SITES=	http://www.fawlty.net/software/

MAINTAINER=	cjep@netbsd.org
HOMEPAGE=	# none
COMMENT=	BSD version of grep as in NetBSD othersrc

CONFLICTS+=		bsdgrep-*
#ONLY_FOR_PLATFORM=	NetBSD-1.6*-*

post-patch:
	@${SED} -e 's|grep|bgrep|g' ${WRKSRC}/grep.1 > ${WRKSRC}/bgrep.1

.include "../../mk/bsd.pkg.mk"