summaryrefslogblamecommitdiff
path: root/games/mirrormagic/Makefile
blob: e71b340c8b2068ea00b802c1c433bd8e3f27849e (plain) (tree)
1
2
3
4
5
6




                                                        
           































                                                                                    

                                                               

                      
# New ports collection makefile for:	mirrormagic
# Version required:			1.3
# Date created:				1 April 1998
# Whom:					Andrey Zakhvatov
#
# $FreeBSD$
#

DISTNAME=		mirrormagic-1.3
CATEGORIES=		games
MASTER_SITES=		${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	games

MAINTAINER=		andy@icc.surw.chel.su

LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=		yes

pre-build:
.for file in DoubleRayDoor DoubleRayFont DoubleRayFont2 DoubleRayScreen
	@ ${GUNZIP_CMD} ${WRKSRC}/graphics/${file}.xpm
.endfor
	@ (cd ${WRKDIR}; ${CP} ${FILESDIR}/RAY.* .; uudecode *.uu; ${RM} *.uu)

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/mirrormagic ${PREFIX}/bin
	@ ${MKDIR} ${PREFIX}/share/mirrormagic/graphics
	@ ${INSTALL_DATA} ${WRKSRC}/graphics/* ${PREFIX}/share/mirrormagic/graphics
	@ ${MKDIR} ${PREFIX}/share/mirrormagic/sounds
	@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.8svx ${PREFIX}/share/mirrormagic/sounds
	@ ${MKDIR} ${PREFIX}/share/mirrormagic/data
	@ ${INSTALL_DATA} ${WRKSRC}/RAY.level ${PREFIX}/share/mirrormagic/data
	@ ${INSTALL_DATA} ${WRKDIR}/RAY.* ${PREFIX}/share/mirrormagic/data
	@ ${MKDIR} ${PREFIX}/share/doc/mirrormagic
.for file in CHANGES COPYRIGHT DISCLAIMER README
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mirrormagic
.endfor
#	@ ${CHMOD} a=rwx ${PREFIX}/share/mirrormagic/data
	@ ${CHMOD} a=rw  ${PREFIX}/share/mirrormagic/data/RAY.*

.include <bsd.port.mk>