summaryrefslogtreecommitdiff
path: root/games/fire/Makefile
blob: 4e50cd9162f6136ee6564a4ee2a044d83c2447d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 21:48:31 rh Exp $
#

DISTNAME=	fire-1.0
CATEGORIES=	games
MASTER_SITES=	http://www.libsdl.org/projects/fire/src/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.libsdl.org/projects/fire/index.html
COMMENT=	organic fireworks demo

DEPENDS+=	SDL>=1.1.6:../../devel/SDL

GNU_CONFIGURE=	YES
USE_X11=	YES

.include "../../mk/bsd.pkg.mk"