freebsd-ports/games/xjewel/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

23 lines
677 B
Makefile

DISTNAME= xjewel-1.6
DISTFILES= xjewel-1.6.tar.z
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
CATEGORIES+= games
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)