summaryrefslogtreecommitdiff
path: root/games/merlin/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-24 01:47:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-24 01:47:12 +0000
commit14f8bf787144e95c8d7a0a07bc6046530af439ca (patch)
treed54f25b329bdc4531071da4621e24d92713713ba /games/merlin/Makefile
parentTurn on vftool-misc. (diff)
Initial import of merlin version 1.0.
Another pointless puzzle game for Tcl/Tk. PR: 7601 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=12785
Diffstat (limited to 'games/merlin/Makefile')
-rw-r--r--games/merlin/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/merlin/Makefile b/games/merlin/Makefile
new file mode 100644
index 000000000000..97fb3de84a73
--- /dev/null
+++ b/games/merlin/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: merlin
+# Version required: 1.0
+# Date created: 12 August 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= merlin
+PKGNAME= merlin-1.0
+CATEGORIES= games
+MASTER_SITES= http://outoften.doc.ic.ac.uk/~np2/software/download/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+
+NO_BUILD= yes
+USE_X_PREFIX= yes
+WRKSRC= ${WRKDIR}
+
+post-extract:
+ @ ${MV} ${WRKSRC}/merlin.tcl ${WRKSRC}/merlin
+
+do-install:
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/merlin
+ @ ${INSTALL_DATA} ${WRKSRC}/merlin.README.txt ${PREFIX}/share/doc/merlin/README
+.endif
+
+.include <bsd.port.mk>