427f440184
now the odd build failures are gone, though because of pkgsrc wrappers, it was confusing. "the version i found in /usr/pkg/lib is too old", except it isn't, it was missing from the buildlink. the cmake output had zero useful information about the problem (zero mention of 'sndfile' in anything but the stdout right before the failure.)
19 lines
596 B
Makefile
19 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.34 2019/12/07 19:29:31 mrg Exp $
|
|
|
|
DISTNAME= libkdegames-${KAPPSVER}
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= https://www.kde.org/applications/games/
|
|
COMMENT= Common code and data for many KDE games
|
|
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2 AND gnu-fdl-v1.2
|
|
|
|
.include "../../meta-pkgs/kde/applications.mk"
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../audio/libsndfile/buildlink3.mk"
|
|
.include "../../devel/kdeclarative/buildlink3.mk"
|
|
.include "../../net/kdnssd/buildlink3.mk"
|
|
.include "../../net/knewstuff/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|