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.
21 lines
556 B
Makefile
21 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.27 2006/08/06 10:27:57 ghen Exp $
|
|
#
|
|
|
|
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
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|