summaryrefslogtreecommitdiff
path: root/games/xjewel
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjewel')
-rw-r--r--games/xjewel/Makefile35
-rw-r--r--games/xjewel/distinfo2
-rw-r--r--games/xjewel/files/patch-aa48
-rw-r--r--games/xjewel/pkg-descr14
-rw-r--r--games/xjewel/pkg-plist4
5 files changed, 0 insertions, 103 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
deleted file mode 100644
index dd9aef8bb0ee..000000000000
--- a/games/xjewel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= xjewel
-PORTVERSION= 1.6
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= XCONTRIB/../R5contrib
-EXTRACT_SUFX= .tar.z
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= X11 dropping jewels game
-
-LICENSE= NONE
-
-DEPRECATED= Unmaintained as last release was in 1994
-EXPIRATION_DATE= 2025-05-01
-
-BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
- mkfontscale>=0:x11-fonts/mkfontscale
-
-USES= fonts imake xorg
-USE_XORG= x11 xext
-
-DESKTOP_ENTRIES="XJewel" "" "" "${PORTNAME}" "" ""
-
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+= -Wno-error=int-conversion
-.endif
-
-post-install:
- @${MKDIR} ${STAGEDIR}${FONTSDIR}
- (cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} seven_seg.pcf.gz \
- ${STAGEDIR}${FONTSDIR})
-
-.include <bsd.port.post.mk>
diff --git a/games/xjewel/distinfo b/games/xjewel/distinfo
deleted file mode 100644
index bdfebb494bee..000000000000
--- a/games/xjewel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xjewel-1.6.tar.z) = 343cb7e92331c41052e0c594817fda9ef12637a8237bafbf4bdf84f362fce153
-SIZE (xjewel-1.6.tar.z) = 45439
diff --git a/games/xjewel/files/patch-aa b/games/xjewel/files/patch-aa
deleted file mode 100644
index f579820a6ad9..000000000000
--- a/games/xjewel/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
---- Imakefile.orig Wed Feb 16 19:35:06 1994
-+++ Imakefile Fri Feb 11 13:57:31 2000
-@@ -1,11 +1,12 @@
- # A little makeyfile edit up to the solid line...
-
- # EDIT THE CDEBUGFLAGS IF -O GIVES A PROBLEM
--CDEBUGFLAGS = -O
-+# CDEBUGFLAGS = -O
-
- # CHANGE HSCORE_FILE TO SUIT
- #HSCORE_FILE=/usr/local/lib/xjewel.scores
--HSCORE_FILE=xjewel.scores
-+HSCORE_DIR=$(LIBDIR)/xjewel
-+HSCORE_FILE=$(HSCORE_DIR)/xjewel.scores
-
- # ADD YOUR ARCHITECTURE IF YOU USE SELECT INSTEAD OF POLL
- #if defined(HPArchitecture) || defined(ApolloArchitecture) || \
-@@ -21,10 +22,10 @@
- # DEFINE 'GETPWENT' if you dont have the cuserid ftn (hscore.c)
- # DEFINE 'SLOW_FONTS=n' if your server is overly fast on fonts
- # DEFINE 'SLOW_DRAW=n' if your server is overly fast on drawing
--USERDEFS = -DICON_WINDOW
-+USERDEFS = -DICON_WINDOW -DUSE_SELECT -DGETPWENT
-
- # CHANGE FFILE TO REFLECT THE EXTENSION USED FOR COMPILED FONTS
--FFILE = snf
-+FFILE = pcf.gz
-
- ##############################################################################
- # X-STUFF...
-@@ -40,6 +41,8 @@
- FONT = bitmaps/seven_seg
- CFONT = bitmaps/seven_seg.$(FFILE)
-
-+MANDIR = $(MANPATH)/man6
-+MANSUFFIX = 6
-
- # LETS GET TO IT...
- ComplexProgramTarget(xjewel)
-@@ -52,5 +55,6 @@
- all:: $(CFONT)
-
- install::
-- touch $(HSCORE_FILE)
-- chmod a+w $(HSCORE_FILE)
-+ MakeDir($(DESTDIR)$(HSCORE_DIR))
-+ touch $(DESTDIR)$(HSCORE_FILE)
-+ chmod a+w $(DESTDIR)$(HSCORE_FILE)
diff --git a/games/xjewel/pkg-descr b/games/xjewel/pkg-descr
deleted file mode 100644
index 3cc431615cf7..000000000000
--- a/games/xjewel/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Xjewel is a dropping block game akin to tetris.
-
-It is played by controlling the motion of blocks which continue to fall from
-the top of the screen. One can move them left and right, as well as
-rotate the jewel segments. The object is to get the most points before
-the grim reaper ends the fun.
-
-Death happens when the screen is no longer capable of holding any more
-blocks. To make high scores more interesting, you are given but three
-attempts to get points -- use them wisely.
-
-As the game progresses, and more jewels are removed, the speed of the game
-will increase. This is measured in seconds of delay between steps of
-block motion.
diff --git a/games/xjewel/pkg-plist b/games/xjewel/pkg-plist
deleted file mode 100644
index d5e7513d319c..000000000000
--- a/games/xjewel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xjewel
-lib/X11/xjewel/xjewel.scores
-share/man/man6/xjewel.6.gz
-%%FONTSDIR%%/seven_seg.pcf.gz