aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/latex2html/Makefile
blob: 9ce808815e7f2d59e4a83883b8e19f96d85a83ba (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
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:     latex2html
# Date created:     3 May 1998
# Whom:         brett@peloton.physics.montana.edu
#
# $FreeBSD$
#

PORTNAME=   latex2html
PORTVERSION=    2002.2.1
PORTREVISION=   6
CATEGORIES= textproc
MASTER_SITES=   ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/${PORTNAME}
DISTNAME=   ${PORTNAME}-${PORTVERSION:S,.,-,g}

MAINTAINER= hrs@FreeBSD.org
COMMENT=    Convert LaTeX documents to HTML

BUILD_DEPENDS=  ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX-base \
        ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex \
        ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm
RUN_DEPENDS=    ${BUILD_DEPENDS}

CONFLICTS=  ja-latex2html-[0-9]*

USE_PERL5=      yes
USE_GHOSTSCRIPT=    yes
GNU_CONFIGURE=      yes
CONFIGURE_ARGS= --with-perl=${PERL} \
        --disable-gif \
        --shlibdir=${DATADIR} \
        --with-texpath=${PREFIX}/${TEXMFDIR}/tex/latex/html
SUB_FILES=  pkg-message
PLIST_SUB=  TEXMFDIR=${TEXMFDIR} MKTEXLSR=${MKTEXLSR}

MAN1=   latex2html.1

TEXMFDIR=   share/texmf
MKTEXLSR=   ${LOCALBASE}/bin/mktexlsr
PORTDOCS=   FAQ INSTALL LICENSE README

.include <bsd.port.pre.mk>

post-install:
    ${INSTALL_MAN} ${FILESDIR}/latex2html.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
    @${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>