diff options
author | ghen <ghen> | 2006-08-06 10:27:57 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-08-06 10:27:57 +0000 |
commit | b4c676b86e2e9b79c1266ef5103fa3b56c964059 (patch) | |
tree | daf773abd3d4576866cb8a6f7ee50a6460e0ff76 /games/grhino/Makefile | |
parent | 0e0f27ef45d62c1b41c1a492c239a156c49ce3ed (diff) | |
download | pkgsrc-b4c676b86e2e9b79c1266ef5103fa3b56c964059.tar.gz |
Update grhino to 0.15.1.
Changes:
The GTP frontend was improved. Beginning a game from grhino-setup_board with
black or white as the first move is allowed, and a grhino-show_history command
was introduced. Changes from Fedora Extras 5 and NetBSD ports were merged.
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index ed384b1ebbb..e0bdf78638a 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.26 2006/06/21 22:59:51 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/08/06 10:27:57 ghen Exp $ # -DISTNAME= grhino-0.15.0 -PKGREVISION= 6 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} +DISTNAME= grhino-0.15.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://rhino.sourceforge.net/ -COMMENT= Othello (Reversi) engine +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://rhino.sourceforge.net/ +COMMENT= Othello (Reversi) engine USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config msgfmt |