diff options
author | rh <rh@pkgsrc.org> | 2001-04-17 21:48:31 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-04-17 21:48:31 +0000 |
commit | 14059df7bf5aa997b54000648f2ccd87e0b6bf40 (patch) | |
tree | 750e2ec9bdc4c795f88c3a09337a9148b0fd758a /games/fire | |
parent | 94021430b0015a4325fcff62aec7d68a8a1830d8 (diff) | |
download | pkgsrc-14059df7bf5aa997b54000648f2ccd87e0b6bf40.tar.gz |
Initial import of fire-1.0, a simple SDL demo displaying some fireworks.
Diffstat (limited to 'games/fire')
-rw-r--r-- | games/fire/Makefile | 17 | ||||
-rw-r--r-- | games/fire/distinfo | 4 | ||||
-rw-r--r-- | games/fire/pkg/DESCR | 2 | ||||
-rw-r--r-- | games/fire/pkg/PLIST | 2 |
4 files changed, 25 insertions, 0 deletions
diff --git a/games/fire/Makefile b/games/fire/Makefile new file mode 100644 index 00000000000..4e50cd9162f --- /dev/null +++ b/games/fire/Makefile @@ -0,0 +1,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" diff --git a/games/fire/distinfo b/games/fire/distinfo new file mode 100644 index 00000000000..908f311442c --- /dev/null +++ b/games/fire/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/17 21:48:31 rh Exp $ + +SHA1 (fire-1.0.tar.gz) = c23b60608beae5c0500808c93f32422b0fac691f +Size (fire-1.0.tar.gz) = 26855 bytes diff --git a/games/fire/pkg/DESCR b/games/fire/pkg/DESCR new file mode 100644 index 00000000000..57d9cc8b48a --- /dev/null +++ b/games/fire/pkg/DESCR @@ -0,0 +1,2 @@ + A unique, organic fireworks demo using the Simple Direct-Media +Library (SDL). diff --git a/games/fire/pkg/PLIST b/games/fire/pkg/PLIST new file mode 100644 index 00000000000..99d3adce0ef --- /dev/null +++ b/games/fire/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/17 21:48:31 rh Exp $ +bin/fire |