head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.03.09;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.03.17.38.41;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.29.10.15.24;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.17.15.19.23;	author skv;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	twiki-MathModePlugin
# Date created:		17 Jun 2008
# Whom:			Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/twiki-MathModePlugin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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 \
		convert:${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>
@


1.3
log
@graphics/ImageMagick can change package name via PKGNAMESUFFIX.
We should not rely on this.

Reported by:	Jarrod Sayers <jarrod at downtools.com.au>
Pointy hat:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d18 1
a18 1
		ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
@


1.1
log
@Add twiki-MathModePlugin , include LaTeX formatted math in your TWiki
pages.
@
text
@d18 1
a18 1
		${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
@

