diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 19:05:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-27 19:05:00 +0000 |
commit | 8e91054ab95e4287a79b68ebe5a0b2ed264e2d77 (patch) | |
tree | fbf360c4bfec33978437d12bf5506af2c8f60657 /games/py-ski | |
parent | 4744fff4f80b293b369e748f69c989af0543909d (diff) | |
download | ports-8e91054ab95e4287a79b68ebe5a0b2ed264e2d77.tar.gz ports-8e91054ab95e4287a79b68ebe5a0b2ed264e2d77.zip |
Notes
Diffstat (limited to 'games/py-ski')
-rw-r--r-- | games/py-ski/Makefile | 26 | ||||
-rw-r--r-- | games/py-ski/distinfo | 2 | ||||
-rw-r--r-- | games/py-ski/pkg-descr | 11 |
3 files changed, 39 insertions, 0 deletions
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/ |