summaryrefslogtreecommitdiff
path: root/games/knights/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-13 21:32:50 +0000
committerjlam <jlam>2001-11-13 21:32:50 +0000
commit7289ef15c9b9bc62311cc446ca997779e5483c86 (patch)
tree24b2fa0bc025cfe2ee806126371d9d32281b9ce0 /games/knights/Makefile
parent7fca8907c81ed4517d034de2db8924f71e0f48da (diff)
downloadpkgsrc-7289ef15c9b9bc62311cc446ca997779e5483c86.tar.gz
games/knights - chess interface for KDE
Knights is a graphical chess interface to various chess engines and is designed to work with KDE2. It has features geared toward novice players, such as "previews": when you right click on a piece, Knights will show you where that piece can move, and where it can attack. Future releases of Knights will include tutorials which teach everything from piece movement to advanced endgame strategy.
Diffstat (limited to 'games/knights/Makefile')
-rw-r--r--games/knights/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/knights/Makefile b/games/knights/Makefile
new file mode 100644
index 00000000000..2788d47a6d1
--- /dev/null
+++ b/games/knights/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/13 21:32:50 jlam Exp $
+
+DISTNAME= knights-0.4.6
+CATEGORIES= games kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=knights/}
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://knights.sourceforge.net/
+COMMENT= chess interface for KDE
+
+.include "../../x11/kde2/Makefile.kde2"
+
+AUTOMAKE_OVERRIDE= YES
+MEINPROC= ${BUILDLINK_PREFIX.kdelibs2}/bin/meinproc
+DOCDIR= ${PREFIX}/share/doc/kde/HTML/en/knights
+
+post-build:
+ cd ${WRKSRC}/doc/en; \
+ ${MEINPROC} --check --cache index.cache.bz2 index.docbook
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/en/index.cache.bz2 ${DOCDIR}
+
+.include "../../x11/kde2/buildlink.mk"
+.include "../../x11/kdebase2/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"