25 lines
623 B
Makefile
25 lines
623 B
Makefile
PORTNAME= qtutilities
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.13.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Common Qt related C++ classes such as dialogs, widgets, models
|
|
WWW= https://github.com/Martchus/qtutilities
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libc++utilities.so:devel/cpp-utilities
|
|
|
|
USES= cmake:testing compiler:c++17-lang qt:5
|
|
USE_QT= core dbus gui testlib widgets buildtools:build linguisttools:build qmake:build
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Martchus
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
CMAKE_TESTING_ARGS= -DEXCLUDE_TESTS_FROM_ALL=OFF
|
|
|
|
.include <bsd.port.mk>
|