blob: eab9125dbb0ce1885bdc629e4e2f14ef57bdbcf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.10 2014/02/01 02:20:47 markd Exp $
DISTNAME= ksnakeduel-${_KDE_VERSION}
CATEGORIES= games
COMMENT= a simple snake duel game for KDE
.include "../../meta-pkgs/kde4/Makefile.kde4"
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../games/libkdegames/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|