1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/kooka/Makefile
Adriaan de Groot e9c54a7558 KDE not-Applications: chase doctools
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency.
2021-04-22 09:54:24 +02:00

29 lines
759 B
Makefile

PORTNAME= kooka
DISTVERSION= 0.61-323
PORTREVISION= 1
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 \
doctools_build
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools_build qmake_build
KDE_INVENT= 3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb
PORTSCOUT= limit:^0\.
.include <bsd.port.mk>