pkgsrc/games/gnome-chess/Makefile
wiz 4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00

25 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.32 2004/11/30 18:26:39 wiz Exp $
DISTNAME= gnome-chess-0.3.3
PKGREVISION= 15
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.gnome.org/softwaremap/projects/gnome-chess/
COMMENT= GNOME\'s graphical interface for playing chess
USE_BUILDLINK3= yes
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
.if ${OPSYS} == "SunOS"
LEX= lex
CONFIGURE_ENV+= LEX=${LEX}
.endif