diff options
author | tron <tron@pkgsrc.org> | 1999-11-17 22:10:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-11-17 22:10:45 +0000 |
commit | e936bb7667fcb33d5a44f3a526fa0a46da7c18d1 (patch) | |
tree | 5c1994cb1a66c9fd9335a62a1327a4b6ac018ca4 /games/gnome-chess/Makefile | |
parent | 81958f07e3b0957a7bcd573b743a7aed891ecd97 (diff) | |
download | pkgsrc-e936bb7667fcb33d5a44f3a526fa0a46da7c18d1.tar.gz |
Import new "gnome-chess" package:
GNOME's graphical interface for playing chess.
Diffstat (limited to 'games/gnome-chess/Makefile')
-rw-r--r-- | games/gnome-chess/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile new file mode 100644 index 00000000000..69df356eb88 --- /dev/null +++ b/games/gnome-chess/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/17 22:10:45 tron Exp $ + +DISTNAME= gnome-chess-0.2.4 +CATEGORIES= games gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=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" |