blob: e35afd788f10b4a1bcb6cde9c5c76e54b8d8ebbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $NetBSD: Makefile,v 1.22 2003/07/17 21:38:30 grant Exp $
DISTNAME= gnome-chess-0.3.3
PKGREVISION= 8
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/}
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://arcavia.com/rd/gnome-chess/
COMMENT= GNOME\'s graphical interface for playing chess
DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
.if ${OPSYS} == "SunOS"
LEX= lex
CONFIGURE_ENV+= LEX=${LEX}
.endif
|