summaryrefslogtreecommitdiff
path: root/games/senso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/senso/Makefile')
-rw-r--r--games/senso/Makefile32
1 files changed, 32 insertions, 0 deletions
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>