freebsd-ports/x11-toolkits/ctk/Makefile
Tobias C. Berner 6d96654ae7 x11-toolkits/ctk: add missing build dependency on testlib
The dependency was previously pulled in transitively.

PR:     257100
2021-07-19 06:57:53 +02:00

24 lines
646 B
Makefile

PORTNAME= CTK
DISTVERSION= 2018-10-29
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -widgets
MAINTAINER= yuri@FreeBSD.org
COMMENT= Widgets and common code for medical imaging, surgical navigation, etc
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lib qt:5
USE_GITHUB= yes
GH_ACCOUNT= commontk
USE_QT= concurrent core designer gui opengl sql widgets xml xmlpatterns \
buildtools_build uitools_build qmake_build testlib_build # see CMake/ctkMacroSetupQt.cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DCTK_QT_VERSION=5
CMAKE_OFF= CTK_SUPERBUILD BUILD_TESTING
CMAKE_ON= CTK_LIB_Widgets
.include <bsd.port.mk>