summaryrefslogtreecommitdiff
path: root/games/xflame
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-01-28 18:58:34 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-01-28 18:58:34 +0000
commitbaa62c588181ff017a252cf475ddd1f62cc56109 (patch)
tree3db26647c520250b680140c4bcff2f7a6bb8d078 /games/xflame
parentMaster site dirname has changed. (diff)
XFlame is a cool little graphics hack originally made by the Rasterman
and modified by Rahul Jain (rahul@rice.edu). It does what you would expect it to do, draw a flame on the screen. PR: ports/9274 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
Notes
Notes: svn path=/head/; revision=16406
Diffstat (limited to 'games/xflame')
-rw-r--r--games/xflame/Makefile22
-rw-r--r--games/xflame/distinfo1
-rw-r--r--games/xflame/files/patch-aa23
-rw-r--r--games/xflame/pkg-comment1
-rw-r--r--games/xflame/pkg-descr6
-rw-r--r--games/xflame/pkg-plist1
6 files changed, 54 insertions, 0 deletions
diff --git a/games/xflame/Makefile b/games/xflame/Makefile
new file mode 100644
index 000000000000..8099ac6e5dfe
--- /dev/null
+++ b/games/xflame/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: XFlame
+# Version required: 1.1.1
+# Date created: 2 January 1999
+# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
+#
+# $Id$
+#
+
+DISTNAME= xflame-1.1.1
+CATEGORIES= games
+MASTER_SITES= http://www.owlnet.rice.edu/~rahul/
+
+MAINTAINER= kkennawa@physics.adelaide.edu.au
+
+USE_IMAKE= yes
+
+NO_INSTALL_MANPAGES= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xflame ${PREFIX}/bin/xflame
+
+.include <bsd.port.mk>
diff --git a/games/xflame/distinfo b/games/xflame/distinfo
new file mode 100644
index 000000000000..178c7f3a6630
--- /dev/null
+++ b/games/xflame/distinfo
@@ -0,0 +1 @@
+MD5 (xflame-1.1.1.tar.gz) = 6aa56927ae0181048d2ddfd15b017cb7
diff --git a/games/xflame/files/patch-aa b/games/xflame/files/patch-aa
new file mode 100644
index 000000000000..1bfc80ad45f7
--- /dev/null
+++ b/games/xflame/files/patch-aa
@@ -0,0 +1,23 @@
+*** Imakefile Wed Dec 16 17:58:03 1998
+--- Imakefile2 Sat Jan 2 19:16:24 1999
+***************
+*** 29,37 ****
+ CleanTarget()
+
+ # To get around a messiness in Imake on Solaris
+! LD_RUN_PATH +=
+! install::
+! export LD_RUN_PATH
+
+ InstallProgram(xflame,$(BINDIR))
+
+--- 29,37 ----
+ CleanTarget()
+
+ # To get around a messiness in Imake on Solaris
+! #LD_RUN_PATH +=
+! #install::
+! # export LD_RUN_PATH
+
+ InstallProgram(xflame,$(BINDIR))
+
diff --git a/games/xflame/pkg-comment b/games/xflame/pkg-comment
new file mode 100644
index 000000000000..8d1699a90b06
--- /dev/null
+++ b/games/xflame/pkg-comment
@@ -0,0 +1 @@
+A cool animated flame.
diff --git a/games/xflame/pkg-descr b/games/xflame/pkg-descr
new file mode 100644
index 000000000000..5df3c9bbc73d
--- /dev/null
+++ b/games/xflame/pkg-descr
@@ -0,0 +1,6 @@
+XFlame is a cool little graphics hack originally made by the Rasterman
+and modified by Rahul Jain (rahul@rice.edu).
+
+It does what you would expect it to do, draw a flame on the screen.
+
+http://www.owlnet.rice.edu/~rahul/
diff --git a/games/xflame/pkg-plist b/games/xflame/pkg-plist
new file mode 100644
index 000000000000..b45c948c8ac9
--- /dev/null
+++ b/games/xflame/pkg-plist
@@ -0,0 +1 @@
+bin/xflame