2013-02-06 19:11:24 +01:00
|
|
|
# Created by: ijliao
|
2002-06-27 10:41:04 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libetpan
|
2017-05-09 23:48:26 +02:00
|
|
|
PORTVERSION= 1.8
|
2009-01-12 13:50:32 +01:00
|
|
|
CATEGORIES= mail ipv6
|
2002-06-27 10:41:04 +02:00
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2013-02-06 19:11:24 +01:00
|
|
|
COMMENT= Mail framework for C language
|
2002-06-27 10:41:04 +02:00
|
|
|
|
2014-03-17 17:56:15 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2016-04-27 18:59:19 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
2011-08-08 16:05:31 +02:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
|
|
libexpat.so:textproc/expat2 \
|
|
|
|
libsasl2.so:security/cyrus-sasl2
|
2007-10-01 22:37:42 +02:00
|
|
|
|
2014-05-27 23:11:52 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= dinhviethoa
|
|
|
|
|
2016-04-27 18:59:19 +02:00
|
|
|
USES= autoreconf gmake iconv libtool localbase
|
2014-09-27 14:13:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-27 23:11:52 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-02-06 19:11:24 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-06-27 10:41:04 +02:00
|
|
|
|
2012-06-08 00:44:21 +02:00
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
OPTIONS_SINGLE= CRYPTO
|
2013-02-06 19:11:24 +01:00
|
|
|
OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL
|
|
|
|
OPTIONS_DEFAULT= OPENSSL
|
2009-01-12 13:50:32 +01:00
|
|
|
|
2013-07-10 21:41:30 +02:00
|
|
|
GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls
|
2016-04-01 16:16:16 +02:00
|
|
|
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
|
2016-08-10 00:28:39 +02:00
|
|
|
libgcrypt.so:security/libgcrypt \
|
|
|
|
libgpg-error.so:security/libgpg-error
|
2012-06-08 00:44:21 +02:00
|
|
|
|
2013-07-10 21:41:30 +02:00
|
|
|
IPV6_CONFIGURE_ENABLE= ipv6
|
|
|
|
|
2014-05-27 23:11:52 +02:00
|
|
|
OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}"
|
2016-08-10 00:28:39 +02:00
|
|
|
OPENSSL_USES= ssl
|
2008-08-20 02:57:32 +02:00
|
|
|
|
2014-09-27 12:02:14 +02:00
|
|
|
pre-configure:
|
2014-12-24 10:26:56 +01:00
|
|
|
@(cd ${WRKSRC} && ${LN} -s README.md README)
|
2014-09-27 12:02:14 +02:00
|
|
|
|
2009-07-01 21:51:29 +02:00
|
|
|
.include <bsd.port.mk>
|