summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/Makefile1
-rw-r--r--games/py-ski/Makefile26
-rw-r--r--games/py-ski/distinfo2
-rw-r--r--games/py-ski/pkg-descr11
4 files changed, 40 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 7b00082b3c99..ba79d7652fe7 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -323,6 +323,7 @@
SUBDIR += ptkei
SUBDIR += py-sgflib
SUBDIR += py-sgfsummary
+ SUBDIR += py-ski
SUBDIR += pyching
SUBDIR += pydance
SUBDIR += pykawari
diff --git a/games/py-ski/Makefile b/games/py-ski/Makefile
new file mode 100644
index 000000000000..3e5c195adbbd
--- /dev/null
+++ b/games/py-ski/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: py-ski
+# Date created: 27 Feb 2004
+# Whom: janos.mohacsi@bsd.hu
+#
+# $FreeBSD$
+#
+
+PORTNAME= ski
+PORTVERSION= 6.5
+CATEGORIES= games python
+MASTER_SITES= http://catb.org/~esr/ski/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= janos.mohacsi@bsd.hu
+COMMENT= Skiing simulation with curses interface in python
+
+USE_PYTHON= yes
+NO_BUILD= yes
+MAN6= ski.6
+PLIST_FILES= bin/ski
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ski ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ski.6 ${PREFIX}/man/man6/
+
+.include <bsd.port.mk>
diff --git a/games/py-ski/distinfo b/games/py-ski/distinfo
new file mode 100644
index 000000000000..5ac2ff863c33
--- /dev/null
+++ b/games/py-ski/distinfo
@@ -0,0 +1,2 @@
+MD5 (ski-6.5.tar.gz) = f9cc93f7a0223f65b011b4c873ba50df
+SIZE (ski-6.5.tar.gz) = 17389
diff --git a/games/py-ski/pkg-descr b/games/py-ski/pkg-descr
new file mode 100644
index 000000000000..b8aa9f112b37
--- /dev/null
+++ b/games/py-ski/pkg-descr
@@ -0,0 +1,11 @@
+Imagine you are skiing down an infinite slope, facing such hazards as
+trees, ice, bare ground, and the man-eating Yeti! Unfortunately, you have
+put your jet-powered skis on backwards, so you can't see ahead where you
+are going; only behind where you have been. However, you can turn to
+either side, jump or hop through the air, teleport through hyperspace,
+launch nuclear ICBMs, and cast spells to call the Fire Demon. And since
+the hazards occur in patches, you can skillfully outmaneuver them. A fun
+and very silly game that proves you don't need fancy graphical user
+interfaces to have a good time.
+
+WWW: http://catb.org/~esr/ski/