blob: 58a45089f750413737cb2f688e7bcad62ffcb53b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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= Perl script to convert LaTeX formulas into GIFs
WWW= https://www.fourmilab.ch/webtools/textogif/
RUN_DEPENDS= ppmtogif:graphics/netpbm
USES= perl5 shebangfix tex
USE_PERL5= run
USE_TEX= latex dvipsk
SHEBANG_FILES= textogif
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|