summaryrefslogtreecommitdiff
path: root/games/knights/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-24 22:01:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-24 22:01:10 +0000
commit94a3b873012549e399e154f2cec5dfa5736706f7 (patch)
treeb2d0971565987f25cc071f4fc4595261bf14947a /games/knights/Makefile
parent- Update to 3.3.5 (diff)
Add knight, A KDE chess interface (gnuchess/crafty)
PR: 39806 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
Notes
Notes: svn path=/head/; revision=71041
Diffstat (limited to 'games/knights/Makefile')
-rw-r--r--games/knights/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/knights/Makefile b/games/knights/Makefile
new file mode 100644
index 000000000000..3215ec725ce5
--- /dev/null
+++ b/games/knights/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: knight
+# Date created: 24 Jun 2002
+# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= knights
+PORTVERSION= 0.5.6
+CATEGORIES= games kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= knights
+
+MAINTAINER= stefan.jahn@nemesis-sektor.de
+
+RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>