freebsd-ports/textproc/sgrep2/Makefile
Joseph Koshy de58c80bea - Update to version 1.94a, which contains bug fixes to the previous
version.
- Add a local master site; keep portlint happy.
- Correctly spell the 'CONFLICTS' line.
- Take over maintainership of this (orphaned) port.
2006-06-15 04:26:23 +00:00

27 lines
530 B
Makefile

# ex:ts=8
# Ports collection makefile for: sgrep2
# Date created: Oct 31, 2003
# Whom: 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= jkoshy@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
.include <bsd.port.mk>