From 8400505a344d7317b785e6c1b81c611272681eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Jul 2015 20:55:23 +0200 Subject: FreeBSD: Add dependencies/tqca-tls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/dependencies/tqca-tls/Makefile | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 freebsd/dependencies/tqca-tls/Makefile (limited to 'freebsd/dependencies/tqca-tls/Makefile') diff --git a/freebsd/dependencies/tqca-tls/Makefile b/freebsd/dependencies/tqca-tls/Makefile new file mode 100644 index 000000000..467eb1ef6 --- /dev/null +++ b/freebsd/dependencies/tqca-tls/Makefile @@ -0,0 +1,38 @@ +# -*-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= ~pre0+68d8b7a5 +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= devel +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake + +LIB_DEPENDS+= libssl.so:${PORTSDIR}/security/openssl + +post-extract: + gsed -i ${WRKSRC}/configure \ + -e "s|/usr/include/tqt|${PREFIX}/include/tqt|" + +do-configure: + cd "${WRKSRC}" && \ + QTDIR=${PREFIX} \ + ${WRKSRC}/configure + +do-build: + ${MAKE_CMD} -C ${WRKSRC} + +do-install: + ${MAKE_CMD} -C ${WRKSRC} INSTALL_ROOT=${STAGEDIR} install + +.include -- cgit v1.2.3