summaryrefslogtreecommitdiff
path: root/textproc/sgrep2/Makefile
blob: f9b2dbf438feadb0a6f76712bc96f3dca9a0f42d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	sgrep2
PORTVERSION=	1.94a
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	LOCAL/jkoshy
DISTNAME=	sgrep-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Grep for structured text like SGML and HTML
WWW=		https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html

GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--datadir=${DATADIR}

CONFLICTS=	sgrep-0.*

.include <bsd.port.mk>