opnsense-ports/textproc/sgrep2/Makefile
2022-09-07 22:33:21 +02:00

17 lines
412 B
Makefile

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
WWW= https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR}
CONFLICTS= sgrep-0.*
.include <bsd.port.mk>