diff options
author | arved <arved@FreeBSD.org> | 2002-11-25 06:01:10 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-25 06:01:10 +0800 |
commit | 8ee6e23ce639b0a10d5bdb3cf29bf7c9379d6b0f (patch) | |
tree | 327a341cc101ffb5570d9208ef347a550bf741cd /games/knights | |
parent | 1766f3f5797b84a3149c30e819ae152fc6592835 (diff) | |
download | freebsd-ports-gnome-8ee6e23ce639b0a10d5bdb3cf29bf7c9379d6b0f.tar.gz freebsd-ports-gnome-8ee6e23ce639b0a10d5bdb3cf29bf7c9379d6b0f.tar.zst freebsd-ports-gnome-8ee6e23ce639b0a10d5bdb3cf29bf7c9379d6b0f.zip |
Add knight, A KDE chess interface (gnuchess/crafty)
PR: 39806
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
Diffstat (limited to 'games/knights')
-rw-r--r-- | games/knights/Makefile | 25 | ||||
-rw-r--r-- | games/knights/distinfo | 1 | ||||
-rw-r--r-- | games/knights/pkg-comment | 1 | ||||
-rw-r--r-- | games/knights/pkg-descr | 10 | ||||
-rw-r--r-- | games/knights/pkg-plist | 43 |
5 files changed, 80 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> diff --git a/games/knights/distinfo b/games/knights/distinfo new file mode 100644 index 000000000000..ac2201189abd --- /dev/null +++ b/games/knights/distinfo @@ -0,0 +1 @@ +MD5 (knights-0.5.6.tar.gz) = cadb718070347a397ffcbc61be7df43e diff --git a/games/knights/pkg-comment b/games/knights/pkg-comment new file mode 100644 index 000000000000..3067650decc3 --- /dev/null +++ b/games/knights/pkg-comment @@ -0,0 +1 @@ +A KDE chess interface (gnuchess/crafty) diff --git a/games/knights/pkg-descr b/games/knights/pkg-descr new file mode 100644 index 000000000000..b2e079649ebd --- /dev/null +++ b/games/knights/pkg-descr @@ -0,0 +1,10 @@ +Knights is a graphical chess interface designed +to be both friendly to new chess players and +functional for Grand Masters. Knights is similar +to XBoard, but provides a more modern interface +and is more friendly to chess newbies. + +WWW: http://knights.sourceforge.net + +- Stefan Jahn +stefan.jahn@nemesis-sektor.de diff --git a/games/knights/pkg-plist b/games/knights/pkg-plist new file mode 100644 index 000000000000..ee751a835b0b --- /dev/null +++ b/games/knights/pkg-plist @@ -0,0 +1,43 @@ +bin/knights +share/doc/HTML/en/knights/index.docbook +share/doc/HTML/en/knights/common +share/doc/HTML/fr/knights/index.docbook +share/doc/HTML/fr/knights/common +share/doc/HTML/de/knights/index.docbook +share/doc/HTML/de/knights/common +share/doc/HTML/et/knights/index.docbook +share/doc/HTML/et/knights/common +share/applnk/Games/Board/knights.desktop +share/applnk/Amusement/Boards/knights.desktop +share/mimelnk/application/knights.desktop +share/locale/fr/LC_MESSAGES/knights.mo +share/locale/et/LC_MESSAGES/knights.mo +share/locale/de/LC_MESSAGES/knights.mo +share/apps/knights/splash.png +share/apps/knights/icon-display.png +share/apps/knights/themes/KBDefault.tar.gz +share/apps/knights/themes/KCDefault.tar.gz +share/apps/knights/themes/KSDefault.tar.gz +share/apps/knights/icon-console-bottom.png +share/apps/knights/icon-console-detach.png +share/apps/knights/icon-console-side.png +share/apps/knights/wizard.png +share/apps/knights/icon-general.png +share/icons/hicolor/16x16/apps/knights.png +share/icons/hicolor/16x16/mimetypes/pgn.png +share/icons/hicolor/32x32/apps/knights.png +share/icons/hicolor/32x32/mimetypes/pgn.png +share/icons/hicolor/48x48/apps/knights.png +share/icons/hicolor/48x48/mimetypes/pgn.png +share/icons/hicolor/64x64/apps/knights.png +share/icons/hicolor/64x64/mimetypes/pgn.png +share/icons/locolor/16x16/apps/knights.png +share/icons/locolor/16x16/mimetypes/pgn.png +share/icons/locolor/32x32/apps/knights.png +share/icons/locolor/32x32/mimetypes/pgn.png +@dirrm share/doc/HTML/en/knights +@dirrm share/doc/HTML/fr/knights +@dirrm share/doc/HTML/de/knights +@dirrm share/doc/HTML/et/knights +@dirrm share/apps/knights/themes +@dirrm share/apps/knights |