1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/twiki-MathModePlugin/Makefile
2008-06-17 15:19:23 +00:00

26 lines
740 B
Makefile

# New ports collection makefile for: twiki-MathModePlugin
# Date created: 17 Jun 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= MathModePlugin
SVNREV= 15934
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
${MASTER_SITE_LOCAL:S!$!skv/!}
MAINTAINER= skv@FreeBSD.org
COMMENT= Include LaTeX formatted math in your TWiki pages
RUN_DEPENDS= dvipng:${PORTSDIR}/print/teTeX-base \
latex:${PORTSDIR}/print/teTeX-base \
${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
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>