pkgsrc/games/gnome-chess/Makefile
jmmv dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00

24 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.17 2003/02/18 14:55:58 jmmv Exp $
DISTNAME= gnome-chess-0.3.3
PKGREVISION= 5
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
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