aboutsummaryrefslogtreecommitdiff
path: root/www/twiki-MathModePlugin/Makefile
blob: b904daf7b55c1b8ab03e2b6d51e13179a3be63c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

USES=		magick:6,run

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>