aboutsummaryrefslogtreecommitdiff
path: root/graphics/libksane/Makefile
blob: 799f1e76ddaeed9c8d045868f89eeb80e005b274 (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
PORTNAME=	libksane
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	graphics kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	SANE library interface for KDE
WWW=		http://www.kipi-plugins.org

LIB_DEPENDS=	libsane.so:graphics/sane-backends \
		libKSaneCore.so:graphics/ksanecore

USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE=	config i18n sonnet textwidgets wallet widgetsaddons \
		ecm:build
USE_QT=		core gui widgets \
		buildtools:build qmake:build testlib:build
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS

# Override shared library version
KDE_APPLICATIONS_SHLIB_VER=	"${KDE_APPLICATIONS_VERSION}"

.include <bsd.port.mk>