mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
37 lines
748 B
Makefile
37 lines
748 B
Makefile
# Created by: delphij@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvmime
|
|
PORTVERSION= 0.9.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 6
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= All-in-one Internet mail library
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
libgsasl.so:security/libgsasl
|
|
|
|
USES= cmake:noninja compiler:c++11-lib pkgconfig
|
|
|
|
CMAKE_ARGS= -DLIB_SUFFIX=""
|
|
CMAKE_OFF= VMIME_BUILD_SAMPLES VMIME_SHARED_PTR_USE_BOOST
|
|
CMAKE_ON= VMIME_SHARED_PTR_USE_CXX
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kisli
|
|
GH_PROJECT= vmime
|
|
|
|
OPTIONS_DEFINE= ICU
|
|
ICU_DESC= Use icu instead of iconv for charset conversion
|
|
|
|
ICU_LIB_DEPENDS= libicuuc.so:devel/icu
|
|
ICU_USES_OFF= iconv
|
|
|
|
.include <bsd.port.mk>
|