2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2019/07/12 20:50:15 sthen 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
|
|
|
|
2015-09-18 13:29:15 +00:00
|
|
|
DISTNAME= texi2html-5.0
|
2019-04-04 02:04:45 +00:00
|
|
|
REVISION= 0
|
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+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE= 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
|
|
|
|
2010-06-24 19:42:44 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2015-09-18 13:29:15 +00:00
|
|
|
MAKE_FLAGS= texinfohtmldir=${PREFIX}/share/doc/texi2html
|
|
|
|
|
|
|
|
BUILD_DEPENDS= devel/p5-libintl \
|
2019-05-20 22:15:00 +00:00
|
|
|
devel/gettext,-tools \
|
2015-09-18 13:29:15 +00:00
|
|
|
textproc/p5-Text-Unidecode
|
|
|
|
|
|
|
|
RUN_DEPENDS= devel/p5-libintl \
|
|
|
|
textproc/p5-Text-Unidecode
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --with-external-libintl-perl
|
2010-06-24 19:42:44 +00:00
|
|
|
|
2015-09-18 13:29:15 +00:00
|
|
|
# https://savannah.nongnu.org/bugs/?43457
|
|
|
|
post-install:
|
|
|
|
rm -r ${PREFIX}/share/texi2html/lib/libintl-perl
|
2014-09-18 00:24:25 +00:00
|
|
|
|
1998-05-17 05:03:32 +00:00
|
|
|
.include <bsd.port.mk>
|