2004-11-30 19:26:39 +01:00
|
|
|
# $NetBSD: Makefile,v 1.32 2004/11/30 18:26:39 wiz Exp $
|
1999-11-17 23:10:45 +01:00
|
|
|
|
2002-11-02 03:42:01 +01:00
|
|
|
DISTNAME= gnome-chess-0.3.3
|
2004-11-30 19:26:39 +01:00
|
|
|
PKGREVISION= 15
|
2002-11-02 03:42:01 +01:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
|
1999-11-17 23:10:45 +01:00
|
|
|
|
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/
|
2002-11-02 03:42:01 +01:00
|
|
|
COMMENT= GNOME\'s graphical interface for playing chess
|
1999-11-17 23:10:45 +01:00
|
|
|
|
2004-04-26 06:55:28 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome1-1.5
|
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
|
1999-11-17 23:10:45 +01:00
|
|
|
|
2003-02-18 15:55:54 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-04-26 06:55:28 +02:00
|
|
|
.include "../../x11/gnome-core/buildlink3.mk"
|
1999-11-17 23:10:45 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|
2002-10-26 22:04:31 +02:00
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
LEX= lex
|
|
|
|
CONFIGURE_ENV+= LEX=${LEX}
|
|
|
|
.endif
|