1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/xpired/Makefile
2013-10-17 06:19:32 +00:00

29 lines
777 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= xpired
PORTVERSION= 1.22
PORTREVISION= 18
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-linux/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source
MAINTAINER= edwin@mavetju.org
COMMENT= An action-puzzle maze escape game (SDL)
USE_SDL= gfx image mixer sdl
WRKSRC= ${WRKDIR}/src
NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xpired ${WRKSRC}/xpiredit ${PREFIX}/bin
@${MKDIR} ${DATADIR}/img
@${MKDIR} ${DATADIR}/snd
.for files in xpired.lvl xpired.cfg bgimages.txt readme.txt xpired.dmo
@${INSTALL_DATA} ${WRKSRC}/${files} ${DATADIR}
.endfor
@${INSTALL_DATA} ${WRKSRC}/img/* ${DATADIR}/img
@${INSTALL_DATA} ${WRKSRC}/snd/* ${DATADIR}/snd
.include <bsd.port.mk>