mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
506 B
Makefile
26 lines
506 B
Makefile
COMMENT = simple utilities for manipulating HTML and XML files
|
|
|
|
DISTNAME = html-xml-utils-8.7
|
|
|
|
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 curl iconv idn
|
|
|
|
SITES = https://www.w3.org/Tools/HTML-XML-utils/
|
|
|
|
LIB_DEPENDS = converters/libiconv \
|
|
devel/libidn \
|
|
net/curl
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += --with-libidn=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|