freebsd-ports/textproc/html-xml-utils/Makefile
Sunpoet Po-Chuan Hsieh 06e735460e Update dns/libidn2 to 2.1.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://gitlab.com/libidn/libidn2/blob/master/NEWS
2019-01-06 20:39:43 +00:00

34 lines
937 B
Makefile

# $FreeBSD$
PORTNAME= html-xml-utils
PORTVERSION= 7.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER= takefu@airport.fm
COMMENT= Utilities for manipulating HTML and XML files
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
GNU_CONFIGURE= yes
SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib
CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB}
OPTIONS_SUB= yes
OPTIONS_DEFINE= CURL IDN IDN2 DOCS
CURL_CONFIGURE_WITH= libcurl=${LOCALBASE}
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
IDN_CONFIGURE_WITH= libidn=${LOCALBASE}
IDN_LIB_DEPENDS= libidn.so:dns/libidn
IDN2_CONFIGURE_WITH= libidn2=${LOCALBASE}
IDN2_DESC= Use dns/libidn2 (IDNA2008 library)
IDN2_LIB_DEPENDS= libidn2.so:dns/libidn2
.include <bsd.port.mk>