ports/textproc/html-xml-utils/Makefile

26 lines
527 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = simple utilities for manipulating HTML and XML files
DISTNAME = html-xml-utils-8.6
CATEGORIES = textproc
HOMEPAGE = https://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# W3C license
PERMIT_PACKAGE = Yes
WANTLIB += c crypto curl iconv idn nghttp2 ssl z
2023-09-28 02:05:49 +00:00
SITES = https://www.w3.org/Tools/HTML-XML-utils/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = converters/libiconv \
devel/libidn \
net/curl
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --with-libidn=${LOCALBASE}
.include <bsd.port.mk>