summaryrefslogtreecommitdiff
path: root/games/rt2-demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rt2-demo/Makefile')
-rw-r--r--games/rt2-demo/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/rt2-demo/Makefile b/games/rt2-demo/Makefile
new file mode 100644
index 000000000000..bc40602d869a
--- /dev/null
+++ b/games/rt2-demo/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: rt2 demo
+# Date created: Sun Jun 18 11:23:18 CEST 2000
+# Whom: se@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= rt2_demo
+PORTVERSION= 1.54b
+CATEGORIES= games linux
+MASTER_SITES= ftp://ftp.linuxgames.com/loki/demos/rt2/
+DISTNAME= rt2-demo
+EXTRACT_SUFX= .run
+EXTRACT_ONLY=
+
+MAINTAINER= se@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ @${SH} ${FILESDIR}/do-install ${PREFIX} ${DISTDIR}
+
+.include <bsd.port.mk>