blob: d7f91e3b12b5d12942542cb843f48c6f2ef60557 (
plain)
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
|
PORTNAME= kooka
DISTVERSION= 0.61-323
PORTEPOCH= 1
CATEGORIES= graphics kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Intuitive, easy to use open source scan program
LICENSE= GPLv2+
LIB_DEPENDS= libpaper.so:print/libpaper \
libsane.so:graphics/sane-backends \
libtiff.so:graphics/tiff
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \
textwidgets widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools_build qmake_build
KDE_INVENT= 3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb
PORTSCOUT= limit:^0\.
.include <bsd.port.mk>
|