blob: e569c792d62b22c74c4a72a23fca56583c6a111a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.9 2000/10/15 02:28:38 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/
CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567]
USE_PERL5= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
|