blob: 660cee52dd8f569946a72ad1cd43745442af4437 (
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.20 2005/04/11 21:47:42 tv 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
INFO_FILES= texi2html.info
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|