# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD: head/dns/libidn2/Makefile 567116 2021-03-03 18:07:16Z sunpoet $ PORTNAME= libidn2 PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= GNU/libidn MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of IDNA2008 internationalized domain names LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libunistring.so:devel/libunistring USES= charsetfix iconv libtool localbase pathfix CONFIGURE_ARGS= --disable-nls \ --with-libunistring-prefix=${LOCALBASE} \ ac_cv_prog_RONN=${TRUE} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes INFO= libidn2 .include