aboutsummaryrefslogtreecommitdiff
path: root/textproc/textogif/Makefile
blob: 43faa456532b94af13b1fc87ac849f1b3854ef50 (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
29
30
# New ports collection makefile for:	textogif
# Date created:		2006-02-04
# Whom:			Nicola Vitale	<nivit@email.it>
#
# $FreeBSD$
#

PORTNAME=	textogif
PORTVERSION=	1.1
PORTREVISION=	2
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=	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>