freebsd-ports/www/twiki-MathModePlugin/Makefile
Hiroki Sato 4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00

20 lines
533 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= MathModePlugin
SVNREV= 15934
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
${MASTER_SITE_LOCAL:S!$!skv/!}
COMMENT= Include LaTeX formatted math in your TWiki pages
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
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>