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