summaryrefslogtreecommitdiff
path: root/games/xjewel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r--games/xjewel/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
deleted file mode 100644
index 74d9e3864585..000000000000
--- a/games/xjewel/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: xjewel
-# Version required: 1.6
-# Date created: 22 November 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.7 1995/04/24 09:10:22 asami Exp $
-#
-
-DISTNAME= xjewel-1.6
-CATEGORIES+= games
-MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
-DISTFILES= xjewel-1.6.tar.z
-
-MAINTAINER= jmz@FreeBSD.org
-
-USE_IMAKE= yes
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/xjewel.font
- @mkdir -p ${PREFIX}/man/man6
- @(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \
- ${PREFIX}/lib/xjewel.font)
-
-post-install:
- @(mv ${PREFIX}/bin/xjewel ${PREFIX}/bin/xjewel_; \
- echo "#!/bin/sh" >${PREFIX}/bin/xjewel; \
- echo "xset +fp ${PREFIX}/lib/xjewel.font" >>${PREFIX}/bin/xjewel; \
- echo "xjewel_" >>${PREFIX}/bin/xjewel; \
- chmod ugo+x ${PREFIX}/bin/xjewel)
-
-.include <bsd.port.mk>