summaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
blob: 4271610320575b839c0a1e6c571a2bc8ca7b35a6 (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
# $NetBSD: Makefile,v 1.21 2005/07/16 19:10:40 jlam Exp $
#

DISTNAME=		texi2html-1.76
CATEGORIES=		textproc
MASTER_SITES=		${MASTER_SITE_LOCAL}
# The following only seems to work with a graphical browser
# https://texi2html.cvshome.org/files/documents/70/758/texi2html-1.76.tar.bz2
EXTRACT_SUFX=		.tar.bz2

MAINTAINER=		tech-pkg@NetBSD.org
HOMEPAGE=		https://texi2html.cvshome.org/
COMMENT=		Texinfo-to-HTML direct translator

CONFLICTS=		teTeX-bin-1.0 teTeX-bin-1.0.[1234567]

PKG_INSTALLATION_TYPES=	overwrite pkgviews

GNU_CONFIGURE=		YES
CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}

USE_TOOLS+=		perl:run
INFO_FILES=		texi2html.info

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