summaryrefslogtreecommitdiff
path: root/textproc/latex2html/Makefile
blob: 42da35aa7a14161ec5dc2bad3b19599d6ccc6049 (plain)
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
# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:31 wiz Exp $

DISTNAME=	latex2html-99.2beta8
CATEGORIES=	textproc converters
MASTER_SITES=	${MASTER_SITE_TEX_CTAN:=support/latex2html/}

MAINTAINER=	wennmach@netbsd.org
HOMEPAGE=	http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/
COMMENT=	LaTeX to HTML converter

DEPENDS+=       teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
DEPENDS+=	netpbm>=9.7:../../graphics/netpbm

USE_PERL5=		# defined
GNU_CONFIGURE=		# defined
CONFIGURE_ARGS+=	--enable-gif	# add support of GIF images
CONFIGURE_ARGS+=	--enable-png	# add support of PNG images
CONFIGURE_ARGS+=	--with-texpath=${PREFIX}/share/texmf/tex/latex/html

# We don't need the following post-install target because during installation
# after a build, mktexlsr is called correctly.  If the INSTALL script should
# ever change to do more than simply call mktexlsr, then the post-install
# target should be uncommented.
#
# post-install:
#	PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL

.include "../../mk/bsd.pkg.mk"