1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/kooka/Makefile
Tobias Kortkamp ede6fda217 Clean up some duplicated variables
Reported by:	portscan
2020-04-07 16:03:04 +00:00

31 lines
760 B
Makefile

# $FreeBSD$
PORTNAME= kooka
DISTVERSION= 0.61-296
PORTREVISION= 1
DISTVERSIONSUFFIX= -g22e3bcd
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_GITHUB= yes
GH_ACCOUNT= KDE
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
PORTSCOUT= limit:^0\.
.include <bsd.port.mk>