freebsd-ports/textproc/textogif/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

29 lines
665 B
Makefile

# New ports collection makefile for: textogif
# Date created: 2006-02-04
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= textogif
PORTVERSION= 1.1
PORTREVISION= 4
CATEGORIES= textproc math www
MASTER_SITES= http://www.fourmilab.ch/webtools/textogif/download/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A Perl script to convert LaTeX formulas into GIFs
RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_TEX= latex dvipsk
USE_PERL5_RUN= yes
do-install:
@cd ${WRKDIR};\
${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>