f2437617ab
kgoldrunner * Make actions for increase/decrease speed repeatable, not toggle. * Fix game-engine deadlocks. KMines * Fix problem when using the keyboard. KNetWalk * Make KNetWalk appear on the K-Menu. KSpaceDuel * Fix two actions using Ctrl+N as shortcut by default.
15 lines
464 B
Makefile
15 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.44 2007/01/26 03:23:18 markd Exp $
|
|
|
|
DISTNAME= kdegames-${_KDE_VERSION}
|
|
CATEGORIES= games
|
|
COMMENT= Games for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
CONFIGURE_ARGS+= --disable-setgid
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|