freebsd-ports/textproc/sgrep2/Makefile
2021-04-06 16:31:07 +02:00

18 lines
379 B
Makefile

# Created by: ijliao
PORTNAME= sgrep2
PORTVERSION= 1.94a
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
LOCAL/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>