diff options
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/senso/Makefile | 32 | ||||
-rw-r--r-- | games/senso/distinfo | 1 | ||||
-rw-r--r-- | games/senso/pkg-comment | 1 | ||||
-rw-r--r-- | games/senso/pkg-descr | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index bb7069d33555..9f8feda3a863 100644 --- a/games/Makefile +++ b/games/Makefile @@ -232,6 +232,7 @@ SUBDIR += sdlroids SUBDIR += seabattle SUBDIR += seahaven + SUBDIR += senso SUBDIR += sex SUBDIR += sl SUBDIR += slashem-tty diff --git a/games/senso/Makefile b/games/senso/Makefile new file mode 100644 index 000000000000..629dd04a460a --- /dev/null +++ b/games/senso/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: senso +# Date created: 2002-01-09 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= senso +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://stud.fbi.fh-darmstadt.de/~koenig/pub/ +EXTRACT_SUFX= .py + +MAINTAINER= trevor@FreeBSD.org + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + +USE_PYTHON= yes +NO_BUILD= yes +PLIST= ${WRKDIR}/pkg-plist +WRKSRC= ${WRKDIR} + +do-extract: + ${MKDIR} ${WRKDIR} + +pre-install: + ${ECHO} "bin/senso" > ${PLIST} + +do-install: + ${INSTALL_SCRIPT} ${_DISTDIR}/${DISTFILES} ${PREFIX}/bin/senso + +.include <bsd.port.mk> diff --git a/games/senso/distinfo b/games/senso/distinfo new file mode 100644 index 000000000000..83537624aa6b --- /dev/null +++ b/games/senso/distinfo @@ -0,0 +1 @@ +MD5 (senso-1.0.py) = de6f9fd9deedfe448d22711e9e6b7762 diff --git a/games/senso/pkg-comment b/games/senso/pkg-comment new file mode 100644 index 000000000000..a31aa7440be5 --- /dev/null +++ b/games/senso/pkg-comment @@ -0,0 +1 @@ +Game to challenge short-term memory diff --git a/games/senso/pkg-descr b/games/senso/pkg-descr new file mode 100644 index 000000000000..b1e1d59cc016 --- /dev/null +++ b/games/senso/pkg-descr @@ -0,0 +1,4 @@ +This is a game which challenges short-term memory. It is reminiscent +of Milton-Bradley's Simon and Senso toys. + +WWW: http://stud.fbi.fh-darmstadt.de/~koenig/html/senso.html |