aboutsummaryrefslogtreecommitdiff
path: root/games/xscrabble
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-07 10:10:11 +0000
commitad3dff30b7c4b25052900b3c6adb896ccc027305 (patch)
tree48d358dc6d4f9244ae12e6ee7d16091536ac8530 /games/xscrabble
parent61f9142ed6b705e9382824d87f1da0cbaa1e4c95 (diff)
downloadports-ad3dff30b7c4b25052900b3c6adb896ccc027305.tar.gz
ports-ad3dff30b7c4b25052900b3c6adb896ccc027305.zip
2011-09-01 korean/hlatexfonts-ocf: No more public distfiles
2011-09-01 korean/pgp.language: No more public distfiles 2011-09-01 games/xgammon: No more public distfiles 2011-09-01 korean/hanIM: No more public distfiles 2011-09-01 misc/gplbp: No more public distfiles 2011-09-01 net/vyqchat: No more public distfiles 2011-09-01 news/xmitbin: No more public distfiles 2011-09-01 games/tvp: No more public distfiles 2011-09-01 games/glasteroids: No more public distfiles 2011-09-01 games/xscrabble: No more public distfiles 2011-09-01 games/xbat: No more public distfiles 2011-09-01 korean/hanmiscutils: No more public distfiles 2011-09-01 net-p2p/hagelslag: No more public distfiles 2011-09-01 games/cgoban2: No more public distfiles 2011-09-01 games/krosswordplayer: No more public distfiles 2011-09-01 korean/helvis: No more public distfiles 2011-09-01 print/mgv: No more public distfiles 2011-09-01 japanese/linux-JM: No more public distfiles 2011-09-01 games/xlines: No more public distfiles 2011-09-01 games/xgame: No more public distfiles 2011-09-01 net/ttt: No more public distfiles 2011-09-01 games/merlin: No more public distfiles 2011-09-01 games/xshisen: No more public distfiles 2011-09-01 games/slige: No more public distfiles 2011-09-01 games/wmtimebomb: No more public distfiles 2011-09-01 net-mgmt/cfgstoragemk: No more public distfiles
Notes
Notes: svn path=/head/; revision=281375
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile51
-rw-r--r--games/xscrabble/distinfo4
-rw-r--r--games/xscrabble/pkg-descr18
-rw-r--r--games/xscrabble/pkg-plist8
4 files changed, 0 insertions, 81 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
deleted file mode 100644
index 510de40d2488..000000000000
--- a/games/xscrabble/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: xscrabble
-# Date created: 27 July 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xscrabble
-PORTVERSION= 2.12
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/educational_games/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X version of the popular board game
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-USE_BZIP2= yes
-USE_IMAKE= yes
-USE_XORG= xaw
-NO_INSTALL_MANPAGES= yes
-
-XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble
-
-post-patch:
- @${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \
- > ${WRKSRC}/src/config.h
- @${ECHO_CMD} '#define DICT_FILE "${XSCRABBLEDIR}/OSPD3.gz"' \
- >> ${WRKSRC}/src/config.h
- @${ECHO_CMD} '#define SCORE_FILE "${XSCRABBLEDIR}/scrabble_scores"' \
- >> ${WRKSRC}/src/config.h
- @${ECHO_CMD} '#define RULES_FILE "${XSCRABBLEDIR}/scrabble_rules"' \
- >> ${WRKSRC}/src/config.h
- @${SED} -e 's|/usr/share/games/scrabble/en|${XSCRABBLEDIR}|g' \
- ${WRKSRC}/../xscrabble_en/app-defaults/XScrabble_en \
- > ${WRKSRC}/XScrabble
- @${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/XScrabble ${PREFIX}/lib/X11/app-defaults
- @${MKDIR} ${XSCRABBLEDIR}
-.for file in OSPD3.gz duplicate scrabble_rules scrabble_scores
- ${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} ${XSCRABBLEDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/games/xscrabble/distinfo b/games/xscrabble/distinfo
deleted file mode 100644
index c55b2bcb5cb2..000000000000
--- a/games/xscrabble/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (xscrabble-2.12.tar.bz2) = e3eb8a93810af31ea9589f801fb529e7d83df4a54f5d836972777cb4fce81b3d
-SIZE (xscrabble-2.12.tar.bz2) = 79415
-SHA256 (xscrabble_en.tar.bz2) = c52c672fb5f3a3b19f6759d26bc1e3b1755bbc79361ddfa1d085842810560a4c
-SIZE (xscrabble_en.tar.bz2) = 397796
diff --git a/games/xscrabble/pkg-descr b/games/xscrabble/pkg-descr
deleted file mode 100644
index 8d85be5d0bcb..000000000000
--- a/games/xscrabble/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-To run:
-
-Simply type xscrabble. This will bring up the setup box which will allow
-you to enter the names and displays and other info for the game to wish
-to play. Then click on the Start Game button, (or Load Previous if you're
-restarting a game). The main program, xscrab, will then be automatically
-called with the appropriate options.
-
-The game is saved after every turn (in "~/.xscrabble.save" of the
-person running it) and can be restarted by running xscrabble, entering
-exactly the same info, and hitting the Load Previous button.
-
-This was a student project, and there are not likely to be any future
-releases.
-
-Have fun,
-
-Matt Chapman.
diff --git a/games/xscrabble/pkg-plist b/games/xscrabble/pkg-plist
deleted file mode 100644
index 95903466f590..000000000000
--- a/games/xscrabble/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/xscrab
-bin/xscrabble
-lib/X11/app-defaults/XScrabble
-lib/X11/xscrabble/OSPD3.gz
-lib/X11/xscrabble/duplicate
-lib/X11/xscrabble/scrabble_rules
-lib/X11/xscrabble/scrabble_scores
-@dirrm lib/X11/xscrabble