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.
tde-packaging/freebsd/dependencies/tqca-tls/Makefile

42 lines
937 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/${PORTNAME}
PORTREVISION= 0
CATEGORIES= devel
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
# Use gmake for automake build
USES= gmake
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
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 <bsd.port.mk>