summaryrefslogtreecommitdiff
path: root/japanese/latex2html/Makefile
blob: 649ca89dba5070ed5f425f5a3262f80f73988633 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
# New ports collection makefile for:	 ja-latex2html
# Date created:		3 Apr 1999
# Whom:			Sugimoto Sadahiro <ixtl@utmc.or.jp>
#
# $FreeBSD$
#
# Default image format is PNG.
# If you prefer GIF to PNG, define WITH_GIF (`make -DWITH_GIF`).

PORTNAME=	latex2html
PORTVERSION=	${VERSION}j${JP_VERSION}
CATEGORIES=	japanese textproc
MASTER_SITES=	http://www.topstudio.co.jp/~kmuto/debian/private/dists/unstable/contrib/source/
DISTNAME=	jlatex2html_${VERSION}+${JP_VERSION}.orig

PATCH_SITES=	http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/99-1/
PATCHFILES=	jlatex2html-${VERSION}+${JP_VERSION}.dif.gz
PATCH_DIST_STRIP=	-p1

MAINTAINER=	ixtl@utmc.or.jp

RUN_DEPENDS=	platex:${PORTSDIR}/japanese/ptex-euc \
		dvips:${PORTSDIR}/japanese/dvipsk-vflib \
		gs:${PORTSDIR}/japanese/vfghostscript55 \
		anytopnm:${PORTSDIR}/graphics/netpbm \
		nkf:${PORTSDIR}/japanese/nkf

VERSION=	99.1
JP_VERSION=	3.01

WRKSRC=		${WRKDIR}/latex2html
USE_PERL5=	yes
NO_BUILD=	yes

L2HDIR=		${PREFIX}/share/latex2html

post-patch:
.for f in configure-pstoimg install-test latex2html makemap \
	ps2img-n pstoimg pstoimg_nopipes texexpand
		${PERL} -e "s:^\#!/usr/local/bin/perl:\#!${PERL}:" \
		-pi ${WRKSRC}/$f
.endfor

do-install:
	${MKDIR} ${L2HDIR}
.for dir in IndicTeX-HTML XyMTeX-HTML cweb2html docs/changebar \
	docs/hthtml docs/psfiles docs example foilhtml icon-dos icons.gif \
	icons.png makeseg styles tests texinputs versions
		${CP} -R ${WRKSRC}/${dir} ${L2HDIR}
.endfor
.for prog in Override.pm configure-pstoimg install-test latex2html \
	makemap ps2img-n pstoimg pstoimg_nopipes texexpand
		${INSTALL_SCRIPT} ${WRKSRC}/${prog} ${L2HDIR}
.endfor
.for file in .dvipsrc Changes FAQ MANIFEST README README.dvips \
	README.patch TODO dot.latex2html-init latex2html.config readme.hthtml
		${INSTALL_DATA} ${WRKSRC}/${file} ${L2HDIR}
.endfor
	${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html
	${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html
.ifdef WITH_GIF
	cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-gif | ${PERL} install-test
.else
	cd ${L2HDIR}; ${CAT} ${FILESDIR}/answer-png | ${PERL} install-test
.endif
	${INSTALL_SCRIPT} ${L2HDIR}/latex2html ${PREFIX}/bin

.include <bsd.port.mk>