pkgsrc/devel/kde-dev-utils/Makefile

21 lines
593 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2013/11/07 10:42:26 markd Exp $
DISTNAME= kde-dev-utils-${_KDE_VERSION}
CATEGORIES= devel
COMMENT= Small utilities for developers using KDE/Qt libs/frameworks
.include "../../meta-pkgs/kde4/Makefile.kde4"
CMAKE_ARGS+= -DBUILD_kmtrace:BOOL=OFF
# disable for the moment till sort out -ldl
CMAKE_ARGS+= -DBUILD_kstartperf:BOOL=OFF
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"