openbsd-ports/textproc/texi2html/Makefile
kili 3167c1cb7b Update to 1.82.
No protests, and I tested it with the few ports that depend on it.
2010-06-24 19:42:44 +00:00

30 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.20 2010/06/24 19:42:44 kili Exp $
COMMENT= texinfo to HTML converter
DISTNAME= texi2html-1.82
CATEGORIES= textproc
HOMEPAGE= http://www.nongnu.org/texi2html/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=texi2html/}
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
MAKE_FLAGS+= texinfohtmldir=${PREFIX}/share/doc/texi2html
REGRESS_DEPENDS= ::textproc/gsed
pre-regress:
@ln -s ${LOCALBASE}/bin/gsed ${WRKDIR}/bin/sed
.include <bsd.port.mk>