freebsd-ports/textproc/textogif/Makefile
Aaron Dalton 019b4069c7 Add textogif 1.1, a Perl script to convert LaTeX formulas into GIFs.
PR:		ports/92800
Submitted by:	Nicola Vitale	<nivit@email.it>
Approved by:	tobez
2006-05-05 06:32:30 +00:00

29 lines
699 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
CATEGORIES= textproc math www
MASTER_SITES= http://www.fourmilab.ch/webtools/textogif/download/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= A Perl script to convert LaTeX formulas into GIFs
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
dvips:${PORTSDIR}/print/dvipsk-tetex \
ppmtogif:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_PERL5_RUN= yes
do-install:
@cd ${WRKDIR};\
${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>