summaryrefslogtreecommitdiff
path: root/games/libkdegames/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libkdegames/Makefile')
-rw-r--r--games/libkdegames/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/libkdegames/Makefile b/games/libkdegames/Makefile
new file mode 100644
index 00000000000..f94ccfb5346
--- /dev/null
+++ b/games/libkdegames/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2013/04/03 12:03:29 markd Exp $
+
+DISTNAME= libkdegames-${_KDE_VERSION}
+CATEGORIES= games
+COMMENT= library for the kdegames package
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= post-patch
+SUBST_FILES.path= KDEGamesConfig.cmake.in
+SUBST_SED.path+= -e 's;KDEGAMES_INCLUDE_DIR .*;KDEGAMES_INCLUDE_DIR "${PREFIX}/include");'
+
+.include "../../meta-pkgs/kde4/Makefile.kde4"
+
+.include "../../meta-pkgs/kde4/kde4.mk"
+
+.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/libsndfile/buildlink3.mk"
+.include "../../x11/kdelibs4/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"