summaryrefslogtreecommitdiff
path: root/games/ptkei/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 19:18:53 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 19:18:53 +0000
commit275e68b717872cb2c2744b2bec69d54b413b1162 (patch)
treee086a615a9f973a525feb5f49a72d06f20f7f091 /games/ptkei/Makefile
parentInitial import of wolfpack version 4.2.6. (diff)
Initial import of ptkei version 1.10.
A Python/Tk graphical client for Wolfpack Empire servers. PR: 14537 Submitted by: Daniel O'Connor <darius@dons.net.au>
Notes
Notes: svn path=/head/; revision=23380
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>