summaryrefslogtreecommitdiff
path: root/games/gomoku.app
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-09-22 12:36:08 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-09-22 12:36:08 +0000
commite96e5dc7ab42acb4270eaf38420f765a7d41569e (patch)
tree180000dfedc2f0cc504704dee358e472b3ac2fe8 /games/gomoku.app
parentAdd ports pysol-cardsets and pysol-music. The names should be (diff)
New ports gomoku.app, a five-in-a-row game for GNUstep.
Notes
Notes: svn path=/head/; revision=33006
Diffstat (limited to 'games/gomoku.app')
-rw-r--r--games/gomoku.app/Makefile45
-rw-r--r--games/gomoku.app/distinfo1
-rw-r--r--games/gomoku.app/pkg-comment1
-rw-r--r--games/gomoku.app/pkg-descr15
-rw-r--r--games/gomoku.app/pkg-plist14
5 files changed, 76 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
new file mode 100644
index 000000000000..13e2be71b56f
--- /dev/null
+++ b/games/gomoku.app/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: Gomoku
+# Date created: 19 Sep 2000
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gomoku.app
+PORTVERSION= 1.0.2
+CATEGORIES= games
+MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
+DISTNAME= Gomoku-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/GNUstep/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep
+RUN_DEPENDS= ${LOCALBASE}/GNUstep/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep
+
+PREFIX= ${LOCALBASE}/GNUstep
+USE_NEWGCC= yes
+USE_GMAKE= yes
+MAKEFILE= GNUmakefile
+ALL_TARGET=
+NO_MTREE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == "i386"
+GNU_ARCH= ix86
+.else
+GNU_ARCH= ${MACHINE_ARCH}
+.endif
+
+PLIST_SUB+= GNU_ARCH=${GNU_ARCH}
+
+do-build:
+ @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+
+do-install:
+ @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
+
+.include <bsd.port.post.mk>
diff --git a/games/gomoku.app/distinfo b/games/gomoku.app/distinfo
new file mode 100644
index 000000000000..baff8b2c5692
--- /dev/null
+++ b/games/gomoku.app/distinfo
@@ -0,0 +1 @@
+MD5 (Gomoku-1.0.2.tgz) = ae474a4504244b62a518ce085459887a
diff --git a/games/gomoku.app/pkg-comment b/games/gomoku.app/pkg-comment
new file mode 100644
index 000000000000..9b6cd4f9087f
--- /dev/null
+++ b/games/gomoku.app/pkg-comment
@@ -0,0 +1 @@
+An extended TicTacToe game for GNUstep
diff --git a/games/gomoku.app/pkg-descr b/games/gomoku.app/pkg-descr
new file mode 100644
index 000000000000..e973c5a093ef
--- /dev/null
+++ b/games/gomoku.app/pkg-descr
@@ -0,0 +1,15 @@
+Gomoku.app is an extended TicTacToe game for GNUstep.
+You win the game if you are able to put 5 of your pieces
+in a row, column or diagonal. You loose if the computer
+does it before you. You can play the game on boards of different
+size; the default size is 8 but 10 is also nice to play.
+Pass the size of the board as argument of Gomoku.app. For example, to
+play on a 10x10 board, you can start Gomoku with:
+
+openapp Gomoku.app 10
+
+Warning: board size must be >= 8.
+
+BUGS: Please mail them to <n.pero@mi.flashnet.it>
+
+WWW: http://www.gnustep.it/nicola/Applications/Gomoku/
diff --git a/games/gomoku.app/pkg-plist b/games/gomoku.app/pkg-plist
new file mode 100644
index 000000000000..3c2d8cefdfb7
--- /dev/null
+++ b/games/gomoku.app/pkg-plist
@@ -0,0 +1,14 @@
+Local/Apps/Gomoku.app/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/Gomoku
+Local/Apps/Gomoku.app/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps/library_paths.openapp
+Local/Apps/Gomoku.app/Gomoku
+Local/Apps/Gomoku.app/Resources/Info-gnustep.plist
+Local/Apps/Gomoku.app/Resources/Gomoku.tiff
+Local/Apps/Gomoku.app/Resources/computer.tiff
+Local/Apps/Gomoku.app/Resources/human.tiff
+Local/Apps/Gomoku.app/Resources/nothing.tiff
+@dirrm Local/Apps/Gomoku.app/%%GNU_ARCH%%/freebsdelf/gnu-gnu-gnu-xgps
+@dirrm Local/Apps/Gomoku.app/%%GNU_ARCH%%/freebsdelf
+@dirrm Local/Apps/Gomoku.app/%%GNU_ARCH%%
+@dirrm Local/Apps/Gomoku.app/Resources
+@dirrm Local/Apps/Gomoku.app
+@unexec rmdir %D/Local/Apps 2>/dev/null || true