mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# $FreeBSD$
|
|
|
|
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:outsource 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= core network \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|