openbsd-ports/textproc/texi2html/Makefile

24 lines
487 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2001/09/08 06:29:53 kevlo Exp $
COMMENT= "texinfo to HTML converter"
1998-05-17 01:03:32 -04:00
DISTNAME= texi2html-1.64
1998-05-17 01:03:32 -04:00
CATEGORIES= textproc
NEED_VERSION= 1.454
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
1998-05-17 01:03:32 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-17 01:03:32 -04:00
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
MASTER_SITES= ${HOMEPAGE}/Distrib/
1998-05-17 01:03:32 -04:00
CONFIGURE_STYLE= gnu
1998-05-17 01:03:32 -04:00
.include <bsd.port.mk>