Import net/ksmtp version 17.12.3
[dports.git] / net / ksmtp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       ksmtp
4 DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
5 CATEGORIES=     net kde kde-applications
6
7 MAINTAINER=     kde@FreeBSD.org
8 COMMENT=        Job-based library to send email through an SMTP server
9
10 LICENSE=        LGPL21
11 LIB_DEPENDS=    libsasl2.so:security/cyrus-sasl2
12
13 USES=           cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
14 USE_KDE=        config coreaddons i18n kio service
15 # pim components
16 USE_KDE+=       mime
17 USE_QT5=        core network \
18                 buildtools_build qmake_build
19
20 USE_LDCONFIG=   yes
21
22 .include <bsd.port.mk>