35 lines
701 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.30 2019/07/12 20:50:15 sthen Exp $
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
REVISION= 0
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= Yes
2000-02-12 08:02:07 +00:00
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=texi2html/}
1998-05-17 05:03:32 +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 \
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
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>