ports/textproc/peg/Makefile
Joseph Mingrone 45f2464d8a
textproc/peg: Install man pages under share/man
Sponsored by:	The FreeBSD Foundation
2024-02-26 14:41:13 -04:00

23 lines
482 B
Makefile

PORTNAME= peg
DISTVERSION= 0.1.19
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://www.piumarta.com/software/peg/
MAINTAINER= jrm@FreeBSD.org
COMMENT= Recursive-descent parser generators for C
WWW= https://www.piumarta.com/software/peg/
LICENSE= MIT
USES= gmake
PLIST_FILES= bin/leg \
bin/peg \
share/man/man1/peg.1.gz
post-patch:
@${REINPLACE_CMD} -e 's,%%STAGEDIR%%,${STAGEDIR},g' \
-e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>