pkgsrc/games/grhino/Makefile
minskim 451bb68a44 Update grhino to 0.11.0.
Changes since 0.9.0:
- Game History window added.
- Forward/backward through game added.  This is similar to undo/redo
  but does not affect existing board moves.
- Don't allow opening more than one Pattern Evaluation window.
- Preferences dialog box is no longer modal.  So game can be played
  even when this dialog box is opened.
- Switch computer color menu is inactive when computer or human
  plays both colors.
- Add missing text domain binding for i18n.
- Add en_GB locale messages.
- GNOME 2 is now required.
- Enable i18n.
- Toolbar added.
- GUI code reorganization.
- Undo/redo menus become active/inactive according to current game
  state.
- Customizing game graphics is supported.
- Reorganize undo/redo mechanism.
2004-04-19 14:54:17 +00:00

21 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.11 2004/04/19 14:54:17 minskim Exp $
#
DISTNAME= grhino-0.11.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rhino/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://rhino.sourceforge.net/
COMMENT= Othello (Reversi) engine
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"