1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/ksmtp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
521 B
Makefile

PORTNAME= ksmtp
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Job-based library to send email through an SMTP server
LICENSE= LGPL21
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons i18n kio service
# pim components
USE_KDE+= mime
USE_QT= concurrent core dbus network \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>