freebsd-ports/games/xnibbles/Makefile
Steve Price a17a1365ec A simple X11 snake game.
PR:		5905
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-15 20:38:42 +00:00

45 lines
1.4 KiB
Makefile

# New ports collection makefile for: xnibbles
# Version required: 1.0b3
# Date created: 2 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= xnibbles-1.0BETA3
PKGNAME= xnibbles-1.0b3
CATEGORIES= games x11
MASTER_SITES= http://www.tjhsst.edu/xnibbles/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
ALL_TARGET= linux
USE_GMAKE= yes
USE_X11= yes
WRKSRC= ${WRKDIR}/xnibbles
MAN6= xnibbles.6
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xnibbles ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/xnibbles.6 ${PREFIX}/man/man6
@ ${MKDIR} ${PREFIX}/share/xnibbles/sounds
@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.ub ${PREFIX}/share/xnibbles/sounds
@ ${MKDIR} ${PREFIX}/share/xnibbles/levels
@ if [ -f ${PREFIX}/share/xnibbles/levels/LEVELS ]; then \
${RM} ${PREFIX}/share/xnibbles/levels/LEVELS; \
fi
@ ${TOUCH} ${PREFIX}/share/xnibbles/levels/LEVELS
.for file in 001 002 003 004 005 006 007 008 009 010 011 012
@ ${ECHO} ${PREFIX}/share/xnibbles/levels/level${file}.xnl >> ${PREFIX}/share/xnibbles/levels/LEVELS
@ ${INSTALL_DATA} ${WRKSRC}/levels/*.xnl ${PREFIX}/share/xnibbles/levels
.endfor
@ ${MKDIR} ${PREFIX}/share/doc/xnibbles
.for file in COPYING README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xnibbles
.endfor
@ ${INSTALL_DATA} ${WRKSRC}/levels/README ${PREFIX}/share/doc/xnibbles/README.levels
.include <bsd.port.mk>