blob: 1c3173ba966cf50fcfca8059ecfa890565fbdbd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.10 2001/02/17 17:37:53 wiz 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_PERL5= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
|