Files
ports/textproc/sgrep2/Makefile
Daniel Engberg 8fe1e82e39 textproc/sgrep2: Refresh MASTER_SITES and improve port
Remove dead mirrors and GNU_CONFIGURE_MANPREFIX definition
2024-10-14 22:39:19 +02:00

19 lines
374 B
Makefile

PORTNAME= sgrep2
PORTVERSION= 1.94a
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= 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>