summaryrefslogtreecommitdiff
path: root/games/ptkei/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/ptkei/Makefile')
-rw-r--r--games/ptkei/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/ptkei/Makefile b/games/ptkei/Makefile
new file mode 100644
index 000000000000..dd11f0aa401d
--- /dev/null
+++ b/games/ptkei/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: ptkei
+# Version required: 1.10
+# Date created: 26 October 1999
+# Whom: Daniel O'Connor <darius@dons.net.au>
+#
+# $FreeBSD$
+#
+
+DISTNAME= ptkei-1.10
+CATEGORIES= games
+MASTER_SITES= http://www.cse.buffalo.edu/~koconnor/ptkei/download/
+
+MAINTAINER= darius@dons.net.au
+
+RUN_DEPENDS= python:${PORTSDIR}/lang/python
+
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/ptkei
+ ${CP} -r ${WRKSRC}/* ${PREFIX}/ptkei
+ ${SED} -e "s#%%PREFIX%%#${PREFIX}#" <${FILESDIR}/ptkei > ${PREFIX}/bin/ptkei
+ ${CHMOD} -R 644 ${PREFIX}/ptkei
+ ${CHMOD} 755 ${PREFIX}/ptkei
+ ${CHMOD} 755 ${PREFIX}/ptkei/src
+ ${CHMOD} 755 ${PREFIX}/ptkei/scripts
+ ${CHMOD} 755 ${PREFIX}/ptkei/doc
+ ${CHMOD} 755 ${PREFIX}/ptkei/doc/pics
+ ${CHMOD} 755 ${PREFIX}/bin/ptkei
+
+.include <bsd.port.mk>