aboutsummaryrefslogtreecommitdiff
path: root/games/merlin
diff options
context:
space:
mode:
Diffstat (limited to 'games/merlin')
-rw-r--r--games/merlin/Makefile37
-rw-r--r--games/merlin/distinfo2
-rw-r--r--games/merlin/files/patch-aa17
-rw-r--r--games/merlin/pkg-descr9
-rw-r--r--games/merlin/pkg-plist3
5 files changed, 0 insertions, 68 deletions
diff --git a/games/merlin/Makefile b/games/merlin/Makefile
deleted file mode 100644
index 8bb8604c51d5..000000000000
--- a/games/merlin/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: merlin
-# Date created: 12 August 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= merlin
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= games
-MASTER_SITES= http://www.doc.ic.ac.uk/~np2/software/download/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A pointless puzzle game for Tcl/Tk
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-post-patch:
- @${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" \
- ${WRKSRC}/merlin.tcl > ${WRKSRC}/merlin
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/merlin ${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>
diff --git a/games/merlin/distinfo b/games/merlin/distinfo
deleted file mode 100644
index d36ee3ef80fc..000000000000
--- a/games/merlin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (merlin.tar.gz) = 34ec73d752ba04a58b31227afa95a6ba943c1d2a184bf376ab61113a40ae7edc
-SIZE (merlin.tar.gz) = 3770
diff --git a/games/merlin/files/patch-aa b/games/merlin/files/patch-aa
deleted file mode 100644
index d06a98bb9252..000000000000
--- a/games/merlin/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- merlin.tcl.orig Mon Jul 7 11:28:19 1997
-+++ merlin.tcl Sun Aug 23 18:09:17 1998
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/wish4.1
-+#!%%LOCALBASE%%/bin/wish8.2
- #
- # Merlin - a pointless puzzle game
- #
-@@ -22,7 +22,7 @@
- # UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
-
-
--set score_file {c:\\Users\\np2\\Dev\\Tcl\\Merlin\\merlin.sc}
-+set score_file {~/merlin.score}
- #[file join Users np2 Dev Tcl Merlin merlin.sc]
-
- font create Merlin -family Helvetica -size 24
diff --git a/games/merlin/pkg-descr b/games/merlin/pkg-descr
deleted file mode 100644
index b1a7f48ea814..000000000000
--- a/games/merlin/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Merlin is a puzzle game. The window contains nine buttons each of
-which can either be in the "pushed in" or "popped out" state.
-Initially the buttons are pushed in or popped out randomly. The
-player must clear the board by toggling the buttons until they are
-all pushed in. Buttons are toggled with the mouse or via the appropriate
-number key. The user starts the game with a number of points. Toggling a
-button costs a point. If you clear the board, you get some more points
-and a new level to solve. If you run out of points, the game is over.
-Merlin records the high-score and the high-level between games.
diff --git a/games/merlin/pkg-plist b/games/merlin/pkg-plist
deleted file mode 100644
index a64821dacb35..000000000000
--- a/games/merlin/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/merlin
-%%PORTDOCS%%share/doc/merlin/README
-%%PORTDOCS%%@dirrm share/doc/merlin