blob: cf1fd8b8bb36699da4fa3a83d3ebae20677f5e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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 # 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>
|