aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep2/Makefile
blob: a68d95d2faa8d0fed56b061d1bbaa6425310ddde (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
24
25
# ex:ts=8
# Ports collection makefile for: 	sgrep2
# Date created:			Oct 31, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

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

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

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

CONFLICT=	sgrep

MAN1=		sgrep.1

.include <bsd.port.mk>