blob: eabbaf521c13789d4cf09fad42993ff7188cd970 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.35 2006/01/24 07:32:09 wiz Exp $
DISTNAME= kdegames-${_KDE_VERSION}
PKGREVISION= 2
CATEGORIES= games
COMMENT= Games for the KDE integrated X11 desktop
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_DIRS+= xdg-1.1
CONFIGURE_ARGS+= --disable-setgid
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|