opnsense-ports/www/twiki-MathModePlugin/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
505 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= MathModePlugin
SVNREV= 15934
PORTREVISION= 1
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
LOCAL/skv
COMMENT= Include LaTeX formatted math in your TWiki pages
RUN_DEPENDS= convert:graphics/ImageMagick6
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>