diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-08-23 20:01:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-26 19:49:45 +0100 |
commit | f6041fbd9646582e13f723037f9d81ee618fbff0 (patch) | |
tree | 913b3da343dc8a437ab86180a5fd82024a8493be /freebsd/applications/kcmldapmanager | |
parent | 189334b9593bdccb053ea65515fd0de03ad7eb14 (diff) | |
download | tde-packaging-f6041fbd9646582e13f723037f9d81ee618fbff0.tar.gz tde-packaging-f6041fbd9646582e13f723037f9d81ee618fbff0.zip |
FreeBSD: Update for final release R14.0.7.
Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/kcmldapmanager')
-rw-r--r-- | freebsd/applications/kcmldapmanager/Makefile | 36 | ||||
-rw-r--r-- | freebsd/applications/kcmldapmanager/distinfo | 3 | ||||
-rw-r--r-- | freebsd/applications/kcmldapmanager/pkg-descr | 4 | ||||
-rw-r--r-- | freebsd/applications/kcmldapmanager/pkg-plist | 4 |
4 files changed, 47 insertions, 0 deletions
diff --git a/freebsd/applications/kcmldapmanager/Makefile b/freebsd/applications/kcmldapmanager/Makefile new file mode 100644 index 000000000..e741d8e88 --- /dev/null +++ b/freebsd/applications/kcmldapmanager/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= kcontrol-ldap-manager-trinity +COMMENT= Kerberos realm management module for the Trinity control center +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications +DISTSRC= kcmldapmanager-trinity-${TDE_VERSION}${TDE_PREVERSION} + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libtdeldap.so:${PORTSDIR}/x11/trinity/libraries/libtdeldap + +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/kcmldapmanager/distinfo b/freebsd/applications/kcmldapmanager/distinfo new file mode 100644 index 000000000..dc4f0833a --- /dev/null +++ b/freebsd/applications/kcmldapmanager/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1577042898 +SHA256 (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 46ebe9f6dde1269d4d67849705c549ed282ae5a0ce9fd51164948c9316b03eac +SIZE (TDE/applications/kcontrol-ldap-manager-trinity_14.0.7.orig.tar.xz) = 269108 diff --git a/freebsd/applications/kcmldapmanager/pkg-descr b/freebsd/applications/kcmldapmanager/pkg-descr new file mode 100644 index 000000000..89fd5b79b --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-descr @@ -0,0 +1,4 @@ +Kerberos realm management module for the Trinity control center + +This is a Trinity control center module to manage users, groups, +and machines in Kerberos realms. diff --git a/freebsd/applications/kcmldapmanager/pkg-plist b/freebsd/applications/kcmldapmanager/pkg-plist new file mode 100644 index 000000000..5b10e938e --- /dev/null +++ b/freebsd/applications/kcmldapmanager/pkg-plist @@ -0,0 +1,4 @@ +bin/tdeldapmanager +lib/trinity/kcm_ldapmanager.la +lib/trinity/kcm_ldapmanager.so +share/applications/tde/ldapmanager.desktop |