freebsd-ports/textproc/textogif/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

28 lines
656 B
Makefile

# 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:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_TEX= latex dvipsk
USES= perl5 shebangfix
USE_PERL5= run
NO_WRKSUBDIR= yes
SHEBANG_FILES= textogif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>