openbsd-ports/textproc/texi2html/Makefile

22 lines
423 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/03/22 13:54:21 sturm Exp $
COMMENT= texinfo to HTML converter
1998-05-17 01:03:32 -04:00
DISTNAME= texi2html-1.64
PKGNAME= ${DISTNAME}p0
1998-05-17 01:03:32 -04:00
CATEGORIES= textproc
HOMEPAGE= http://www.mathematik.uni-kl.de/~obachman/Texi2html/
1998-05-17 01:03:32 -04:00
2002-12-23 13:56:33 -05:00
# 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>