c1b44346cd
until proven otherwise.
23 lines
720 B
Makefile
23 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:13 wiz Exp $
|
|
|
|
DISTNAME= superkaramba-${_KDE_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc
|
|
COMMENT= KDE desktop widgets
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.11.3
|
|
|
|
.include "../../meta-pkgs/kde4/Makefile.kde4"
|
|
|
|
#make sure cmake picks up the same Python version as pkgsrc
|
|
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
|
|
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/qimageblitz/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|