freebsd-ports/www/twiki-MathModePlugin/Makefile
Muhammad Moinur Rahman f3a7821507 www/twiki-*: Remove non resolving MASTER_SITES
Approved by:	portmgr (blanket)
2023-06-20 14:05:08 +02:00

17 lines
457 B
Makefile

PORTNAME= MathModePlugin
SVNREV= 15934
PORTREVISION= 2
MASTER_SITES= LOCAL/skv
COMMENT= Include LaTeX formatted math in your TWiki pages
WWW= https://twiki.org/cgi-bin/view/Plugins/MathModePlugin
USES= magick:6,run tex
USE_TEX= base latex
post-patch:
${REINPLACE_CMD} -i '' -e 's!=/usr/bin!=${LOCALBASE}/bin!g; s!=/bin!=/usr/bin!g;' \
${WRKSRC}/pub/TWiki/MathModePlugin/latex2img
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
.include <bsd.port.mk>