18 lines
515 B
Makefile
18 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.58 2011/04/22 13:42:08 obache Exp $
|
|
|
|
DISTNAME= kdegames-${_KDE_VERSION}
|
|
PKGREVISION= 8
|
|
CATEGORIES= games
|
|
COMMENT= Games for the KDE integrated X11 desktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.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"
|