1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/gma/Makefile
Foxfair Hu dde0b8261b PR: 12327
Submitted by:	Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>

GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns
playing the game entirely from its opponent.  It was written for fun by
Johan Walles (d92-jwa@nada.kth.se) in October 1998.

The goal of Go-Moku is to get five (or more) marks in a row (horisontally,
vertically or diagonally).  You get to put one mark each time it is your turn.

WWW: http://www.student.nada.kth.se/~d92-jwa/code/
1999-06-22 03:03:43 +00:00

18 lines
375 B
Makefile

# New ports collection makefile for: gma
# Version required: 0.5
# Date created: 22 June 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $Id$
#
DISTNAME= gma-0.5
CATEGORIES= games
MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/
MAINTAINER= ijliao@csie.nctu.edu.tw
GNU_CONFIGURE= yes
.include <bsd.port.mk>