31 lines
583 B
Makefile
Raw Normal View History

2010-11-20 19:56:47 +00:00
# $OpenBSD: Makefile,v 1.22 2010/11/20 19:56:52 espie Exp $
COMMENT= texinfo to HTML converter
1998-05-17 05:03:32 +00:00
DISTNAME= texi2html-1.82
1998-05-17 05:03:32 +00:00
CATEGORIES= textproc
HOMEPAGE= http://www.nongnu.org/texi2html/
1998-05-17 05:03:32 +00:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:02:07 +00:00
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=texi2html/}
1998-05-17 05:03:32 +00:00
CONFIGURE_STYLE= gnu
1998-05-17 05:03:32 +00:00
USE_GMAKE= Yes
2010-10-19 07:54:21 +00:00
USE_GROFF = Yes
MAKE_FLAGS+= texinfohtmldir=${PREFIX}/share/doc/texi2html
2010-11-20 19:56:47 +00:00
REGRESS_DEPENDS= textproc/gsed
pre-regress:
@ln -s ${LOCALBASE}/bin/gsed ${WRKDIR}/bin/sed
1998-05-17 05:03:32 +00:00
.include <bsd.port.mk>