aboutsummaryrefslogtreecommitdiff
path: root/graphics/ksnip/Makefile
blob: 81e0407fc6058aec3bbd4a0c683358599680ecbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$

PORTNAME=	ksnip
DISTVERSIONPREFIX=	v
DISTVERSION=	1.8.2
CATEGORIES=	graphics kde

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Screenshot and annotation tool

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libkColorPicker.so:graphics/kcolorpicker \
		libkImageAnnotator.so:graphics/kimageannotator

USES=		cmake compiler:c++11-lang kde:5 qt:5
USE_GITHUB=	yes
GH_ACCOUNT=	ksnip
USE_KDE=	ecm_build
USE_QT=		concurrent core dbus gui network printsupport svg testlib \
		widgets x11extras xml \
		buildtools_build linguisttools_build qmake_build
USE_XORG=	x11 xcb

PORTSCOUT=	limit:^[0-9]

.include <bsd.port.mk>