blob: 7e5fe74c5226e0efa9b64948bad44ac524d5efc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.11 2001/11/29 13:27:47 jlam Exp $
#
DISTNAME= texi2html-1.64
CATEGORIES= textproc
MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
COMMENT= Texinfo-to-HTML direct translator
CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567]
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|