a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
21 lines
653 B
Makefile
21 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/06/04 22:16:45 tron Exp $
|
|
|
|
DISTNAME= superkaramba-${_KDE_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= misc
|
|
COMMENT= KDE desktop widgets
|
|
|
|
.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"
|