forked from Lainports/freebsd-ports
These two go together, so they update together. Upstream has merged all the build-fixes from the previous ports version, and the one new fix is already reported and merged upstream thanks to OpenBSD. Release notes are at https://github.com/ksnip/ksnip/releases/tag/v1.8.1 with notable changes - Allow changing adorner color for rect area selection. (#519) - Default font for numbering tool change to Arial. (#200) - kImageAnnotator: Horizontally align text inside spin box. (#203) - kImageAnnotator: Change zoom with mouse wheel to CTRL+Wheel. (#210) Reported by: portscout
28 lines
580 B
Makefile
28 lines
580 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kImageAnnotator
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.1
|
|
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>
|