freebsd-ports/games/py-ski/Makefile
Kirill Ponomarev 8e91054ab9 Add py-ski 6.5,
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/

PR:		ports/63453
Submitted by:	janos.mohacsi@bsd.hu
2004-02-27 19:05:00 +00:00

27 lines
550 B
Makefile

# 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>