2005-12-21 06:31:00 +01:00
|
|
|
# New ports collection makefile for: toycars
|
|
|
|
# Date created: 15 Dec 2005
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-12-21 06:31:00 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= toycars
|
2007-08-14 15:42:14 +02:00
|
|
|
PORTVERSION= 0.3.3
|
2008-03-13 15:28:35 +01:00
|
|
|
PORTREVISION= 1
|
2005-12-21 06:31:00 +01:00
|
|
|
CATEGORIES= games
|
2007-08-14 15:42:14 +02:00
|
|
|
MASTER_SITES= SF
|
2005-12-21 06:31:00 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-12-21 06:31:00 +01:00
|
|
|
COMMENT= Physics-based 2D racing game
|
|
|
|
|
2007-08-14 15:42:14 +02:00
|
|
|
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
|
|
|
|
alut.1:${PORTSDIR}/audio/freealut
|
|
|
|
|
2006-08-25 23:19:20 +02:00
|
|
|
USE_SDL= mixer image sdl
|
|
|
|
USE_GL= yes
|
2005-12-21 06:31:00 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2008-04-20 17:14:15 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-12-21 06:31:00 +01:00
|
|
|
|
2006-07-26 22:28:20 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2005-12-21 06:31:00 +01:00
|
|
|
.include <bsd.port.mk>
|