summaryrefslogtreecommitdiff
path: root/games/xjewel/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:21:16 +0000
commitca676ef208db3bfcad72d2cd028d4f2c8d312702 (patch)
treefa13b4d2bc8f3e42425bb6b238abdfa75b985365 /games/xjewel/Makefile
parentUpdate of ports/japanese Makefiles to work with the new bsd.port.mk. (diff)
Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
Notes
Notes: svn path=/head/; revision=1472
Diffstat (limited to 'games/xjewel/Makefile')
-rw-r--r--games/xjewel/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
index 58c72e7898f8..6573ac94e598 100644
--- a/games/xjewel/Makefile
+++ b/games/xjewel/Makefile
@@ -3,13 +3,14 @@
# Date created: 22 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.3 1995/04/11 00:20:36 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/11 02:00:37 jmz 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
@@ -22,11 +23,11 @@ pre-install:
@(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \
${PREFIX}/lib/xjewel.font)
-.include <bsd.port.mk>
-
-install:
+do-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>