Files
ports/mail/libetpan/Makefile
T
Po-Chuan Hsieh a3f7a76fe8 mail/libetpan: Update to 1.10.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/dinhvh/libetpan/releases
2026-07-08 21:30:36 +08:00

47 lines
1.1 KiB
Makefile

PORTNAME= libetpan
PORTVERSION= 1.10.1
CATEGORIES= mail
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mail framework for C language
WWW= https://www.etpan.org/libetpan.html \
https://github.com/dinhvh/libetpan
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libcurl.so:ftp/curl \
libexpat.so:textproc/expat2 \
libsasl2.so:security/cyrus-sasl2
USES= autoreconf compiler:c++11-lang cpe gmake iconv libtool localbase pkgconfig
CONFIGURE_ARGS= --disable-db \
--with-poll
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= libetpan_project
USE_GITHUB= yes
GH_ACCOUNT= dinhviethoa
OPTIONS_DEFINE= IPV6 LMDB
OPTIONS_SINGLE= CRYPTO
OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL
OPTIONS_DEFAULT=LMDB OPENSSL
LMDB_DESC= Use LMDB as cache DB
GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
IPV6_CONFIGURE_ENABLE= ipv6
LMDB_CONFIGURE_ENABLE= lmdb
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb0
OPENSSL_CONFIGURE_WITH= openssl="${OPENSSLBASE}"
OPENSSL_USES= ssl
.include <bsd.port.mk>