aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gladtex/Makefile
blob: df7cfa0aa9084d5dcb487814157a83de3d06d291 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    gladtex
# Date created:     2006-02-04
# Whom:         Nicola Vitale   <nivit@email.it>
#
# $FreeBSD$
#

PORTNAME=   gladtex
PORTVERSION=    1.1
PORTREVISION=   3
CATEGORIES= textproc math www
MASTER_SITES=   http://www.math.uio.no/~martingu/gladtex/dl/ \
        http://nivi.interfree.it/distfiles/${PORTNAME}/

MAINTAINER= nivit@FreeBSD.org
COMMENT=    A program to replace LaTeX formulas in HTML files with images

LIB_DEPENDS=    ungif.5:${PORTSDIR}/graphics/libungif \
        png.6:${PORTSDIR}/graphics/png
RUN_DEPENDS=    latex:${PORTSDIR}/print/teTeX \
        dvips:${PORTSDIR}/print/dvipsk-tetex

USE_PERL5_RUN=  yes

BINPATH=    ${PREFIX}/bin
INCPATH=    -I${LOCALBASE}/include
LIBPATH=    -L${LOCALBASE}/lib

MAKE_ENV+=  BINPATH=${BINPATH} INCPATH=${INCPATH} LIBPATH=${LIBPATH}

DOCSFILES=  README

post-extract:
    @@cd ${WRKSRC};
    ${RM} -f eqn2img

post-install:
.if !defined(NOPORTDOCS)
    @cd ${WRKSRC}; \
    ${MKDIR} ${DOCSDIR}; \
    ${INSTALL_DATA} ${DOCSFILES} ${DOCSDIR}
.endif

.include <bsd.port.mk>