aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sgrep2/Makefile
blob: 4f87fc5102d4a3e89572c301874223479c0d5bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=    Grep for structured text like SGML and HTML

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

CONFLICTS=  sgrep-0.*

.include <bsd.port.mk>