summaryrefslogtreecommitdiff
path: root/games/xflame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xflame/Makefile')
-rw-r--r--games/xflame/Makefile22
1 files changed, 22 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>