blob: 97374ecaa0f580841a36f0dd970f6c45931ab2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2000/01/15 09:58:14 tron Exp $
DISTNAME= gnome-chess-0.2.4
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-chess/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://arcavia.com/rd/gnome-chess/
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= yes
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
|