freebsd-ports/graphics/kimageannotator/Makefile
Tobias C. Berner 3ecb61b4d3 graphics/kimageannotator: update to 0.5.3
Changelog:
	* Fixed: Crash while typing text on wayland. (#256)
	* Changed: Show scrollbar when not all tools visible. (#258)
2021-11-27 18:01:52 +01:00

26 lines
567 B
Makefile

PORTNAME= kImageAnnotator
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.3
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for image-annotation tools
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker
USES= cmake localbase compiler:c++11-lang qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= ksnip
USE_QT= core gui svg widgets \
buildtools_build linguisttools_build qmake_build
USE_XORG= x11
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_EXAMPLE
PLIST_SUB= SHLIB_VER=${DISTVERSION}
.include <bsd.port.mk>