e2aae35314
- bump NEED_VERSION - add HOMEPAGE - update MASTER_SITES
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.15 2001/09/08 06:29:53 kevlo Exp $
|
|
|
|
COMMENT= "texinfo to HTML converter"
|
|
|
|
DISTNAME= texi2html-1.64
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.454
|
|
|
|
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/Distrib/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|