24 lines
766 B
Makefile
24 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.67 2021/12/08 16:05:43 adam Exp $
|
|
|
|
DISTNAME= superkaramba-15.08.3
|
|
PKGREVISION= 28
|
|
CATEGORIES= misc
|
|
COMMENT= KDE desktop widgets
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.08.3/src/}
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # 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"
|