summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/tqca-tls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dependencies/tqca-tls/Makefile')
-rw-r--r--freebsd/dependencies/tqca-tls/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/freebsd/dependencies/tqca-tls/Makefile b/freebsd/dependencies/tqca-tls/Makefile
new file mode 100644
index 000000000..39b83bb7a
--- /dev/null
+++ b/freebsd/dependencies/tqca-tls/Makefile
@@ -0,0 +1,44 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+# TDE port map: dependencies/tqca-tls > devel/tqca-tls
+
+PORTSDIR?=/usr/ports
+.include <${PORTSDIR}/Mk/bsd.trinity.mk>
+
+PORTNAME= tqca-tls
+COMMENT= TLS plugin for the TQt Cryptographic Architecture (TQCA)
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/tqca
+PORTREVISION= 0
+CATEGORIES= devel
+DISTNAME= tqca_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
+DISTSRC= tqca-trinity-${TDE_VERSION}${TDE_PREVERSION}
+DIST_SUBDIR= TDE/dependencies
+PREFIX= ${LOCALBASE}
+
+BUILD_DEPENDS += \
+ ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
+
+LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
+ libtqca.so:devel/tqca \
+ libssl.so:security/openssl
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
+ -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
+ -DBUILD_ALL="OFF" \
+ -DBUILD_TQCA_TLS="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>