Update databases/mariadb105-server to version 10.5.17
[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 WWW=            https://github.com/KDE/mailcommon
8
9 LICENSE=        LGPL21
10 LIB_DEPENDS=    libsasl2.so:security/cyrus-sasl2
11
12 USES=           cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13 USE_KDE=        config coreaddons i18n kio service
14 # pim components
15 USE_KDE+=       mime
16 USE_QT=         concurrent core dbus network \
17                 buildtools:build qmake:build
18
19 USE_LDCONFIG=   yes
20
21 OPTIONS_DEFINE= DOCS
22
23 .include <bsd.port.mk>