Update net/ksmtp to version 18.08.1
[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 qt:5 tar:xz
14 USE_KDE=        config coreaddons i18n kio service
15 # pim components
16 USE_KDE+=       mime
17 USE_QT=         core network \
18                 buildtools_build qmake_build
19
20 USE_LDCONFIG=   yes
21
22 OPTIONS_DEFINE= DOCS
23
24 .include <bsd.port.mk>