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.
32 lines
673 B
32 lines
673 B
5 years ago
|
# -*-mode: makefile-*-
|
||
|
# Created by: slavek.banko@axis.cz
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
.include <../../trinity.port.mk>
|
||
|
|
||
|
PORTNAME= libtqca
|
||
|
COMMENT= libtqca provides TQt interface for security plugins
|
||
|
TDE_PREVERSION=
|
||
|
MASTER_SITE_SUBDIR= libt/${PORTNAME}
|
||
|
PORTREVISION= 0
|
||
|
CATEGORIES= devel
|
||
|
DISTSRC= tqca-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
||
|
DIST_SUBDIR= TDE/dependencies
|
||
|
PREFIX= ${LOCALBASE}
|
||
|
|
||
|
|
||
|
post-patch: tde-pathfix
|
||
|
|
||
|
do-configure: tde-cmake-prepare
|
||
|
${TDE_CMAKE_CONFIGURE} \
|
||
|
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||
|
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig"
|
||
|
-DWITH_ALL_OPTIONS="ON"
|
||
|
|
||
|
do-build: tde-cmake-build
|
||
|
|
||
|
do-install: tde-cmake-install
|
||
|
|
||
|
.include <bsd.port.mk>
|