Changeset View
Changeset View
Standalone View
Standalone View
net/kldap/Makefile
| PORTNAME= kldap | PORTNAME= kldap | ||||
| 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= LDAP access API for KDE | COMMENT= LDAP access API for KDE | ||||
| 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= completion config coreaddons i18n kio widgetsaddons service \ | USE_KDE= completion config coreaddons i18n kio widgetsaddons service \ | ||||
| ecm_build | ecm_build | ||||
| # pim components | # pim components | ||||
| USE_KDE+= mbox | USE_KDE+= mbox | ||||
| USE_QT= concurrent core dbus gui network widgets \ | USE_QT= concurrent core dbus gui network widgets \ | ||||
| buildtools_build qmake_build | buildtools_build qmake_build | ||||
| USE_OPENLDAP= yes | USE_OPENLDAP= yes | ||||
| 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> | ||||