blob: 4400d491af527858f1914582de70ef17d6685c10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2004/05/23 20:58:41 danw Exp $
#
DISTNAME= spellcast
PKGNAME= spellcast-1.2
CATEGORIES= games x11
MASTER_SITES= http://www.eblong.com/zarf/ftp/
EXTRACT_SUFX= .tar.Z
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.eblong.com/zarf/spellcast.html
COMMENT= Game of dueling wizards for two players
USE_X11BASE= yes
USE_BUILDLINK3= yes
.include "../../mk/bsd.pkg.mk"
|