opnsense-ports/www/twiki-MathModePlugin/Makefile
Franco Fichtner 2d9c45e035 */*: sync with upstream
Taken from: HardenedBSD
2018-11-11 09:28:11 +01:00

21 lines
517 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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>