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