aboutsummaryrefslogtreecommitdiff
path: root/games/xjewel/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /games/xjewel/Makefile
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
downloadports-0d98f1227110082e9e507ca236458f6c363e25b6.tar.gz
ports-0d98f1227110082e9e507ca236458f6c363e25b6.zip
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_ALPHA/; revision=1805; tag=release/2.0.5a
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>