49ad3cbed1
Spider is a challenging double decked solitaire game. Unlike most soilitaire games, skill is just as important as luck. The X11 version of spider is based on the NeWS version by Don Woods, and uses the same save file format and card images.
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 17:23:36 jschauma Exp $
|
|
|
|
DISTNAME= spider
|
|
PKGNAME= spider-1.1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.ORG
|
|
COMMENT= solitare card game from xcontrib
|
|
|
|
USE_IMAKE= yes
|
|
INSTALL_TARGET= install install.doc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|