You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
968 B
39 lines
968 B
# -*-mode: makefile-*-
|
|
# Created by: slavek.banko@axis.cz
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.include <../../trinity.port.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}
|
|
|
|
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
|
|
libtqca.so:${PORTSDIR}/x11/trinity/dependencies/tqca \
|
|
libssl.so:${PORTSDIR}/security/openssl
|
|
|
|
|
|
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>
|