2015-02-07 16:58:33 +01:00
|
|
|
PORTNAME= libasr
|
2016-02-22 05:48:37 +01:00
|
|
|
PORTVERSION= 201602131606
|
2019-10-26 18:16:41 +02:00
|
|
|
PORTREVISION= 3
|
2015-02-07 16:58:33 +01:00
|
|
|
CATEGORIES= dns
|
2019-10-26 18:16:41 +02:00
|
|
|
MASTER_SITES= http://www.opensmtpd.org/archives/
|
2015-02-07 16:58:33 +01:00
|
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
|
2016-10-17 12:38:05 +02:00
|
|
|
MAINTAINER= fluffy@FreeBSD.org
|
2015-02-07 16:58:33 +01:00
|
|
|
COMMENT= Asynchronous DNS resolver library (development snapshot)
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/OpenSMTPD/libasr
|
2015-02-07 16:58:33 +01:00
|
|
|
|
|
|
|
LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
|
2019-10-26 18:16:41 +02:00
|
|
|
USES= cpe groff libtool
|
|
|
|
|
2021-10-28 14:28:24 +02:00
|
|
|
CONFLICTS= libasr
|
2018-03-18 04:24:22 +01:00
|
|
|
|
2019-10-26 18:16:41 +02:00
|
|
|
OPTIONS_DEFINE= CA_BUNDLE
|
|
|
|
OPTIONS_DEFAULT= CA_BUNDLE
|
|
|
|
|
|
|
|
CA_BUNDLE_DESC= Use NSS CA bundle for SSL instead of /etc/ssl/cert.pem
|
|
|
|
|
|
|
|
CPE_VENDOR= openbsd
|
|
|
|
|
2015-02-07 16:58:33 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2018-03-18 04:24:22 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --with-mantype="man"
|
2015-02-07 17:17:44 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-02-07 16:58:33 +01:00
|
|
|
|
2019-10-26 18:16:41 +02:00
|
|
|
CA_BUNDLE_CONFIGURE_WITH= ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
|
|
|
|
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e '/opensslv.h/d' ${WRKSRC}/openbsd-compat/includes.h
|
2015-02-07 16:58:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|