aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep2/Makefile
blob: e10954e0d9914422c1527bac9de669c38c60556e (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=	sgrep2
PORTVERSION=	1.94a
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	jkoshy
DISTNAME=	sgrep-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A `grep' for structured text like SGML and HTML

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--datadir=${DATADIR}

CONFLICTS=	sgrep-0.*

MAN1=		sgrep.1

NO_STAGE=	yes
.include <bsd.port.mk>