forked from Lainports/freebsd-ports
* graphics/gwenview * graphics/kamera * graphics/kcolorchooser * graphics/kdegraphics-mobipocket * graphics/kdegraphics-svgpart * graphics/kdegraphics-thumbnailers * graphics/kimagemapeditor * graphics/kolourpaint * graphics/libkdcraw * graphics/libkexiv2 * graphics/libkipi * graphics/libksane * graphics/okular * graphics/spectacle This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. Differential Revision: https://reviews.freebsd.org/D14833
18 lines
451 B
Makefile
18 lines
451 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libksane
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= SANE library interface for KDE
|
|
|
|
LIB_DEPENDS= libsane.so:graphics/sane-backends
|
|
|
|
USES= cmake:outsource gettext kde:5 tar:xz
|
|
USE_KDE= config ecm i18n sonnet textwidgets wallet widgetsaddons
|
|
USE_QT5= core gui testlib widgets \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|