2013-09-11 09:40:59 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2006-05-05 08:32:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= textogif
|
|
|
|
PORTVERSION= 1.1
|
2011-05-02 14:44:53 +02:00
|
|
|
PORTREVISION= 4
|
2006-05-05 08:32:30 +02:00
|
|
|
CATEGORIES= textproc math www
|
|
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/textogif/download/ \
|
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2014-08-03 16:15:08 +02:00
|
|
|
COMMENT= Perl script to convert LaTeX formulas into GIFs
|
2006-05-05 08:32:30 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ppmtogif:graphics/netpbm
|
2006-05-05 08:32:30 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2013-05-11 19:58:55 +02:00
|
|
|
USE_TEX= latex dvipsk
|
2014-03-20 16:44:13 +01:00
|
|
|
USES= perl5 shebangfix
|
2013-09-11 09:40:59 +02:00
|
|
|
USE_PERL5= run
|
2014-03-20 16:44:13 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
SHEBANG_FILES= textogif
|
2006-05-05 08:32:30 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-03-20 16:44:13 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
2006-05-05 08:32:30 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|