diff options
author | markd <markd@pkgsrc.org> | 2013-04-03 12:03:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-04-03 12:03:28 +0000 |
commit | da876060bdc08e617da0a1cda7e1701fa1b4dca5 (patch) | |
tree | 117053e0e70c5e2b5f61ed38031fdc0c9730565d /games/klines/Makefile | |
parent | df25a02a055b4e7108d526a28ab610181eb73f54 (diff) | |
download | pkgsrc-da876060bdc08e617da0a1cda7e1701fa1b4dca5.tar.gz |
Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
Diffstat (limited to 'games/klines/Makefile')
-rw-r--r-- | games/klines/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/klines/Makefile b/games/klines/Makefile new file mode 100644 index 00000000000..82f140ab343 --- /dev/null +++ b/games/klines/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/04/03 12:03:36 markd Exp $ + +DISTNAME= klines-${_KDE_VERSION} +CATEGORIES= games +COMMENT= inspired by well known game of Color Lines + +.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" |