Changeset View
Changeset View
Standalone View
Standalone View
net/kmailtransport/Makefile
| PORTNAME= kmailtransport | PORTNAME= kmailtransport | ||||
| DISTVERSION= ${KDE_APPLICATIONS_VERSION} | DISTVERSION= ${KDE_APPLICATIONS_VERSION} | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= net kde kde-applications | CATEGORIES= net kde kde-applications | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= KDE library to managing mail transport | COMMENT= KDE library to managing mail transport | ||||
| LICENSE= LGPL21 | LICENSE= LGPL21 | ||||
| LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ | LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ | ||||
| libqt5keychain.so:security/qtkeychain | libqt5keychain.so:security/qtkeychain@qt5 | ||||
| USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz | USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz | ||||
| USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ | USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ | ||||
| itemmodels jobwidgets kcmutils kio service solid wallet \ | itemmodels jobwidgets kcmutils kio service solid wallet \ | ||||
| widgetsaddons windowsystem | widgetsaddons windowsystem | ||||
| # pim components | # pim components | ||||
| USE_KDE+= akonadi akonadimime gapi ksmtp mime pimcommon | USE_KDE+= akonadi akonadimime gapi ksmtp mime pimcommon | ||||
| USE_QT= concurrent core dbus gui network widgets xml \ | USE_QT= concurrent core dbus gui network widgets xml \ | ||||
| buildtools_build qmake_build | buildtools_build qmake_build | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr | DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||