summaryrefslogtreecommitdiff
path: root/games/affenspiel/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 19:26:34 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 19:26:34 +0000
commitd53861a9e3b747e4ea8ef1e952dde7d6fc3dfbba (patch)
tree4b92927f8d840b240a40fe99f293367ccdb1984a /games/affenspiel/Makefile
parentTurn on kawk. (diff)
Initial import of affenspiel.
affenspiel - a little puzzle game for X. PR: 6483 Submitted by: andy@icc.surw.chel.su
Notes
Notes: svn path=/head/; revision=11714
Diffstat (limited to 'games/affenspiel/Makefile')
-rw-r--r--games/affenspiel/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/games/affenspiel/Makefile b/games/affenspiel/Makefile
new file mode 100644
index 000000000000..87b567c160da
--- /dev/null
+++ b/games/affenspiel/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: affenspiel
+# Version required: 1.0
+# Date created: 2 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= affenspiel-1.0
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= andy@icc.surw.chel.su
+
+WRKSRC= ${WRKDIR}/affenspiel
+USE_X11= yes
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/affenspiel
+ @ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/affenspiel
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/affenspiel
+.endif
+
+.include <bsd.port.mk>