aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex2slides/Makefile
blob: a3d9a4d459f2cf9ed95ab40139d3b4a206e5b027 (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
# ex:ts=8
# Ports collection makefile for:    latex2slides
# Date created:         May 23, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   latex2slides
PORTVERSION=    1.0
PORTREVISION=   4
CATEGORIES= print
MASTER_SITES=   SF
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Produces a set of HTML/JPEG slides from a TeX or LaTeX source

RUN_DEPENDS=    convert:${PORTSDIR}/graphics/ImageMagick \
        dvips:${PORTSDIR}/print/teTeX \
        ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter

USE_PYTHON= yes
NO_BUILD=   yes
PLIST_SUB=  PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}"

MANCOMPRESSED=  yes
MAN1=       latex2slides.1

post-patch:
.for file in install latex2slides
    @${REINPLACE_CMD} -e "s,'/usr/bin/,'${PREFIX}/bin/,g ; \
         s,'/usr/share/latex2slides/,'${DATADIR}/,g ; \
         s,'/usr/share/man/,'${MANPREFIX}/man/,g" ${WRKSRC}/${file}
.endfor

do-install:
    @(cd ${WRKSRC} ; ${PYTHON_CMD} ./install)

.include <bsd.port.mk>