diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-26 13:47:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-26 13:47:31 +0000 |
commit | d8bf2912f3bdbda794746fe87f07ef64f1f6e0f9 (patch) | |
tree | e4f45a653b7775352edb499a829275239f7f16d9 /games/six | |
parent | Add latex-biblist 1.4.19920113, (diff) |
Add six, a KDE HEX clone
Notes
Notes:
svn path=/head/; revision=99196
Diffstat (limited to 'games/six')
-rw-r--r-- | games/six/Makefile | 20 | ||||
-rw-r--r-- | games/six/distinfo | 1 | ||||
-rw-r--r-- | games/six/pkg-descr | 8 | ||||
-rw-r--r-- | games/six/pkg-plist | 24 |
4 files changed, 53 insertions, 0 deletions
diff --git a/games/six/Makefile b/games/six/Makefile new file mode 100644 index 000000000000..5483a54f1b32 --- /dev/null +++ b/games/six/Makefile @@ -0,0 +1,20 @@ +# New ports collection Makefile for: six +# Date created: 2003-0-1-26 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= six +PORTVERSION= 0.4.0 +CATEGORIES= games kde +MASTER_SITES= http://six.retes.hu/download/ + +MAINTAINER= arved@FreeBSD.org +COMMENT= KDE HEX clone + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> diff --git a/games/six/distinfo b/games/six/distinfo new file mode 100644 index 000000000000..1f8037203514 --- /dev/null +++ b/games/six/distinfo @@ -0,0 +1 @@ +MD5 (six-0.4.0.tar.gz) = 40e5014a17ce88aaf5ab3e82c98ed127 diff --git a/games/six/pkg-descr b/games/six/pkg-descr new file mode 100644 index 000000000000..ce2d85a15677 --- /dev/null +++ b/games/six/pkg-descr @@ -0,0 +1,8 @@ +Six plays Hex, a game with very simple rules and deep tactical complexity. +Two players, one with black and one with white pieces, alternate +placing marks on a rhombic board of hexagonal cells. Black's goal is to +connect the two opposite black sides of the board with black pieces. +White's goal is to connect the white sides of the board with white pieces. + +WWW: http://six.retes.hu/ +Author: Gabor Melis diff --git a/games/six/pkg-plist b/games/six/pkg-plist new file mode 100644 index 000000000000..64d12a9f33e6 --- /dev/null +++ b/games/six/pkg-plist @@ -0,0 +1,24 @@ +bin/six +share/applnk/Games/Board/six.desktop +share/apps/six/sixui.rc +share/icons/hicolor/16x16/apps/six.png +share/icons/hicolor/16x16/apps/six.png +share/icons/hicolor/32x32/actions/whiteplayer.png +share/icons/hicolor/32x32/actions/blackplayer.png +share/icons/hicolor/32x32/actions/swap.png +share/icons/hicolor/32x32/apps/six.png +share/icons/hicolor/48x48/apps/six.png +share/icons/locolor/16x16/actions/swap.png +share/icons/locolor/16x16/actions/whiteplayer.png +share/icons/locolor/16x16/actions/blackplayer.png +share/icons/locolor/16x16/apps/six.png +share/icons/locolor/22x22/actions/swap.png +share/icons/locolor/22x22/actions/blackplayer.png +share/icons/locolor/22x22/actions/whiteplayer.png +share/icons/locolor/32x32/apps/six.png +share/doc/HTML/en/six/index.docbook +share/doc/HTML/en/six/index.cache.bz2 +share/doc/HTML/en/six/filter.png +share/doc/HTML/en/six/common +@dirrm share/doc/HTML/en/six +@dirrm share/apps/six |