freebsd-ports/games/xjewel/Makefile
Satoshi Asami f4d6acbc42 And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here.  Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to.  Thanks....
1995-04-11 00:20:58 +00:00

32 lines
834 B
Makefile

# New ports collection makefile for: xjewel
# Version required: 1.6
# Date created: 22 November 1994
# Whom: jmz
#
# $Id$
#
DISTNAME= xjewel-1.6
CATEGORIES+= games
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
DISTFILES= xjewel-1.6.tar.z
USE_IMAKE= yes
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib/xjewel.font
@mkdir -p ${PREFIX}/man/man6
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
@(cd ${WRKSRC}/bitmaps/; install -c seven_seg.pcf.Z fonts.dir \
${PREFIX}/lib/xjewel.font)
.include <bsd.port.mk>
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)