summaryrefslogtreecommitdiff
path: root/textproc/grep/Makefile
blob: 14ed0f16b59654c56f5e17b5e58ac0162388e4f6 (plain)
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
26
27
28
29
30
31
32
33
34
35
# $NetBSD: Makefile,v 1.31 2012/10/25 06:55:51 asau Exp $

DISTNAME=	grep-2.14
PKGREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_GNU:=grep/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	bouyer@NetBSD.org
HOMEPAGE=	http://www.gnu.org/software/grep/grep.html
COMMENT=	GNU grep
LICENSE=	gnu-gpl-v3

USE_PKGLOCALEDIR=	yes
USE_TOOLS+=		makeinfo msgfmt
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--disable-perl-regexp
CONFIGURE_ARGS+=	--program-prefix=g
CONFIGURE_ENV+=		MKDIR_P=${INSTALL_DATA_DIR:Q}
INFO_FILES=		yes
TEXINFO_REQD=		4.0

INSTALLATION_DIRS=	gnu/bin gnu/man/man1

post-install:
.for g n in  bin/ggrep gnu/bin/grep   bin/gegrep gnu/bin/egrep \
             bin/gfgrep gnu/bin/fgrep   \
             man/man1/ggrep.1 gnu/man/man1/grep.1 \
             man/man1/ggrep.1 gnu/man/man1/egrep.1 \
             man/man1/ggrep.1 gnu/man/man1/fgrep.1
	${LN} -sf ${PREFIX}/${g} ${DESTDIR}${PREFIX}/${n}
.endfor

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"