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