summaryrefslogtreecommitdiff
path: root/textproc/sgrep/Makefile
blob: b4ed0616a704af775d693a3e1e9a58d835e5d6c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:00 asau Exp $
#

DISTNAME=	sgrep-1.94a
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
COMMENT=	Tool for searching and indexing text, SGML,XML and HTML files
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
# only used for example files
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/examples/sgrep

INSTALLATION_DIRS+=	share/doc/sgrep

post-install:
	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/sgrep

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