https://kde.org/announcements/gear/22.08.0/ https://github.com/ksnip/ksnip/releases/tag/v1.10.0 Ksnip, kimageannotator, kimagemapeditor also had to be included in this update as KDE depends on it.
30 lines
551 B
Makefile
30 lines
551 B
Makefile
COMMENT = tool for annotating images
|
|
|
|
V = 0.6.0
|
|
PKGNAME = kimageannotator-${V}
|
|
|
|
GH_ACCOUNT = ksnip
|
|
GH_PROJECT = kImageAnnotator
|
|
GH_TAGNAME = v${V}
|
|
|
|
SHARED_LIBS = kImageAnnotator 2.0 # 0.4.1
|
|
|
|
CATEGORIES = graphics
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Svg Qt5Widgets X11 m
|
|
WANTLIB += kColorPicker
|
|
|
|
MODULES = devel/cmake \
|
|
x11/qt5
|
|
|
|
LIB_DEPENDS = graphics/kcolorpicker>=0.2.0 \
|
|
x11/qt5/qtsvg
|
|
|
|
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=Yes
|
|
CONFIGURE_ENV += LDFLAGS="-L${X11BASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|