mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
27 lines
602 B
Makefile
27 lines
602 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kimap
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE API for IMAP support
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
libsasl2.so:security/cyrus-sasl2
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= codecs config coreaddons ecm i18n kdelibs4support kio service
|
|
# pim components
|
|
USE_KDE+= mime
|
|
USE_QT= core \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|