freebsd-ports/textproc/sgrep2/Makefile
Ying-Chieh Liao 9a4ad553c6 repo-copy sgrep to sgrep2 and upgrade sgrep2 to 1.92a
set CONFLICT in sgrep and sgrep2 Makefile
2003-11-06 02:24:42 +00:00

25 lines
472 B
Makefile

# 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>