f34a8c24a3
This is a semi-manual PKGREVISION bump.
24 lines
780 B
Makefile
24 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.47 2019/04/25 07:33:08 maya Exp $
|
|
|
|
DISTNAME= superkaramba-15.08.3
|
|
PKGREVISION= 11
|
|
CATEGORIES= misc
|
|
COMMENT= KDE desktop widgets
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.3/src/}
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # 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"
|