freebsd-ports/textproc/textogif/Makefile

29 lines
644 B
Makefile
Raw Normal View History

# Created by: 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= Perl script to convert LaTeX formulas into GIFs
RUN_DEPENDS= ppmtogif:graphics/netpbm
NO_BUILD= yes
USE_TEX= latex dvipsk
2014-03-20 16:44:13 +01:00
USES= perl5 shebangfix
USE_PERL5= run
2014-03-20 16:44:13 +01:00
NO_WRKSUBDIR= yes
SHEBANG_FILES= textogif
do-install:
2014-03-20 16:44:13 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>