diff options
Diffstat (limited to 'freebsd/applications/kcmldap')
-rw-r--r-- | freebsd/applications/kcmldap/Makefile | 34 | ||||
-rw-r--r-- | freebsd/applications/kcmldap/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/kcmldap/pkg-descr | 3 | ||||
-rw-r--r-- | freebsd/applications/kcmldap/pkg-plist | 7 |
4 files changed, 47 insertions, 0 deletions
diff --git a/freebsd/applications/kcmldap/Makefile b/freebsd/applications/kcmldap/Makefile new file mode 100644 index 000000000..5eed21a1f --- /dev/null +++ b/freebsd/applications/kcmldap/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-ldap-bonding-trinity +COMMENT= Kerberos control module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmldap-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/kcmldap/distinfo b/freebsd/applications/kcmldap/distinfo new file mode 100644 index 000000000..ec5a8268e --- /dev/null +++ b/freebsd/applications/kcmldap/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552243365 +SHA256 (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 6e8674b4f88f34a86b6dc9acb73bc75ec8da1009fe2884863b6df5c3061dca1f +SIZE (TDE/applications/kcontrol-ldap-bonding-trinity_14.0.6.orig.tar.xz) = 397904 diff --git a/freebsd/applications/kcmldap/pkg-descr b/freebsd/applications/kcmldap/pkg-descr new file mode 100644 index 000000000..e159fb32e --- /dev/null +++ b/freebsd/applications/kcmldap/pkg-descr @@ -0,0 +1,3 @@ +Kerberos control module for the Trinity control center + +This is a Trinity control center module to manage TDE connections to Kerberos realms. diff --git a/freebsd/applications/kcmldap/pkg-plist b/freebsd/applications/kcmldap/pkg-plist new file mode 100644 index 000000000..5c77ddc48 --- /dev/null +++ b/freebsd/applications/kcmldap/pkg-plist @@ -0,0 +1,7 @@ +bin/tdeldapbonding +bin/tdeldapcertupdater +lib/trinity/kcm_ldapbonding.la +lib/trinity/kcm_ldapbonding.so +share/applications/tde/ldapbonding.desktop +share/pixmaps/kcmldapbonding_step1.png +share/pixmaps/kcmldapbonding_step3.png |