freebsd-ports/x11-toolkits/ctk/Makefile
2022-10-24 01:14:57 -07:00

25 lines
726 B
Makefile

PORTNAME= CTK
DISTVERSION= 2018-10-29-269
DISTVERSIONSUFFIX= -g8487ec9a
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -widgets
MAINTAINER= yuri@FreeBSD.org
COMMENT= Widgets and common code for medical imaging, surgical navigation, etc
WWW= https://www.commontk.org/index.php/Main_Page
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 multimedia 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>