ports/textproc/html-xml-utils/Makefile
takefu 7ce0a19113 textproc/html-xml-utils: update to 8.7
Upstream changes:

2025-02-16  Bert Bos  <bert@w3.org>
       * Released version 8.7
       * textwrap.c: Corrected counting of visible characters on a line
       (bufchars).

2023-10-24  Bert Bos  <bert@w3.org>
       * hxcopy.c: Fixed error in an error message.

PR:		284894
MFH:		2025Q1
2025-02-21 00:27:25 +01:00

33 lines
962 B
Makefile

PORTNAME= html-xml-utils
DISTVERSION= 8.7
CATEGORIES= textproc
MASTER_SITES= https://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER= takefu@airport.fm
COMMENT= Utilities for manipulating HTML and XML files
WWW= https://www.w3.org/Status.html#HTML-XML-utils
LICENSE= W3C
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= W3C Software Notice and License (2002-12-31)
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= gmake iconv localbase shebangfix
SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB}
OPTIONS_DEFINE= CURL IDN IDN2 DOCS
OPTIONS_SUB= yes
IDN2_DESC= Use dns/libidn2 (IDNA2008 library)
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_WITH= libcurl=${LOCALBASE}
IDN2_LIB_DEPENDS= libidn2.so:dns/libidn2
IDN2_CONFIGURE_WITH= libidn2=${LOCALBASE}
IDN_LIB_DEPENDS= libidn.so:dns/libidn
IDN_CONFIGURE_WITH= libidn=${LOCALBASE}
.include <bsd.port.mk>