1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/games/neverball/Makefile
2008-03-13 14:28:35 +00:00

55 lines
1.4 KiB
Makefile

# New ports collection makefile for: neverball
# Date created: 26 October 2003
# Whom: Mezz <mezz7@cox.net>
#
# $FreeBSD$
#
PORTNAME= neverball
PORTVERSION= 1.4.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/neverball/ \
http://offload2.icculus.org/neverball/
MAINTAINER= mezz@FreeBSD.org
COMMENT= Tilt the floor to guide a ball through an obstacle course
BUILD_DEPENDS= ${FREETYPE_CONFIG}:${PORTSDIR}/print/freetype2
FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config
USE_GL= gl
USE_SDL= image mixer ttf
USE_GMAKE= yes
DOCS= CHANGES COPYING README
DIRS= back bgm map-back map-mym map-paxed map-putt map-rlk mtrl obj \
png shot-mym shot-putt shot-rlk snd ttf
post-patch:
@${REINPLACE_CMD} -e 's|./data|${DATADIR}/data|g' \
${WRKSRC}/share/config.h
@${REINPLACE_CMD} -e 's|freetype-config|${FREETYPE_CONFIG}|g ; \
s|sdl-config|${SDL_CONFIG}|g ; s| -O3| ${CFLAGS}|g' \
${WRKSRC}/Makefile
do-install:
.for ii in ${DIRS}
@${MKDIR} ${DATADIR}/data/${ii}
@${INSTALL_DATA} ${WRKSRC}/data/${ii}/* ${DATADIR}/data/${ii}/
.endfor
@${INSTALL_DATA} ${WRKSRC}/data/*.txt ${DATADIR}/data/
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_PROGRAM} ${WRKSRC}/neverputt ${PREFIX}/bin/
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>