12 lines
303 B
Makefile
12 lines
303 B
Makefile
COMMENT = KDE wrapper around the LibRaw library
|
|
DISTNAME = libkdcraw-${VERSION}
|
|
PKGNAME = libkdcraw-kf5-${VERSION}
|
|
CATEGORIES = devel graphics
|
|
|
|
SHARED_LIBS += KF5KDcraw 2.1 # 0.0
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui m raw
|
|
|
|
LIB_DEPENDS = graphics/libraw
|
|
|
|
.include <bsd.port.mk>
|