pkgsrc/games/gnome-chess/Makefile

27 lines
670 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.28 2004/03/26 02:27:40 wiz Exp $
DISTNAME= gnome-chess-0.3.3
PKGREVISION= 13
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
2003-07-17 23:31:04 +02:00
MAINTAINER= tron@NetBSD.org
2003-09-20 01:08:22 +02:00
HOMEPAGE= http://www.gnome.org/softwaremap/projects/gnome-chess/
COMMENT= GNOME\'s graphical interface for playing chess
DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
2002-09-23 11:54:03 +02:00
USE_BUILDLINK2= yes
2002-12-01 03:00:12 +01:00
USE_PKGLOCALEDIR= yes
2002-09-23 11:54:03 +02:00
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../textproc/scrollkeeper/omf.mk"
2002-09-23 11:54:03 +02:00
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
.if ${OPSYS} == "SunOS"
LEX= lex
CONFIGURE_ENV+= LEX=${LEX}
.endif