2006-09-11 10:36:08 +02:00
|
|
|
# New ports collection makefile for: sturmbahnfahrer
|
|
|
|
# Date created: 07 Sep 2006
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-09-11 10:36:08 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-01-27 00:30:57 +01:00
|
|
|
PORTNAME= stormbaancoureur
|
2008-06-19 01:24:30 +02:00
|
|
|
PORTVERSION= 2.1.5
|
2012-08-05 00:52:02 +02:00
|
|
|
PORTREVISION= 2
|
2006-09-11 10:36:08 +02:00
|
|
|
CATEGORIES= games
|
2008-06-03 10:52:19 +02:00
|
|
|
MASTER_SITES= http://bram.creative4vision.nl/stormbaancoureur/download/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2006-09-11 10:36:08 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2006-09-11 10:36:08 +02:00
|
|
|
COMMENT= Simulated obstacle course for automobiles
|
|
|
|
|
2008-03-31 12:01:45 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
|
|
|
|
${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
|
2006-09-11 10:36:08 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_GL= glut
|
2006-09-11 10:36:08 +02:00
|
|
|
|
|
|
|
MAKE_ENV= DATADIR="${DATADIR}"
|
|
|
|
|
2008-01-27 00:30:57 +01:00
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src-stormbaancoureur
|
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/src-stormbaancoureur
|
2007-08-12 13:06:32 +02:00
|
|
|
|
2006-09-11 10:36:08 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
2008-01-27 00:30:57 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|__DATADIR|"${DATADIR}"|' \
|
|
|
|
${WRKSRC}/src-stormbaancoureur/main.cxx
|
2006-09-11 10:36:08 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
2008-01-27 00:30:57 +01:00
|
|
|
${INSTALL_DATA} ${INSTALL_WRKSRC}/${f} ${DOCSDIR}
|
2006-09-11 10:36:08 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|