2003-10-19 19:56:28 +02:00
|
|
|
# New ports collection makefile for: briquolo
|
|
|
|
# Date created: 18 Nov 2003
|
|
|
|
# Whom: Kirill Ponomarew <krion@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= briquolo
|
2003-11-09 20:36:11 +01:00
|
|
|
PORTVERSION= 0.4.2
|
2004-03-16 05:23:56 +01:00
|
|
|
PORTREVISION= 2
|
2003-10-19 19:56:28 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://briquolo.free.fr/download/
|
|
|
|
|
2004-08-08 10:11:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-19 19:56:28 +02:00
|
|
|
COMMENT= Breakout clone with an OpenGL 3D representation
|
|
|
|
|
2004-01-20 18:37:47 +01:00
|
|
|
LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib \
|
2003-10-23 10:08:30 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2003-10-19 19:56:28 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2004-01-20 18:37:47 +01:00
|
|
|
USE_SDL= mixer sdl
|
2003-10-19 19:56:28 +02:00
|
|
|
|
2004-02-09 03:06:59 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-10-19 19:56:28 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} \
|
|
|
|
${REINPLACE_CMD} -e 's|SDL/|SDL11/|g'
|
|
|
|
@${FIND} ${WRKSRC} -name "*.h" | ${XARGS} \
|
|
|
|
${REINPLACE_CMD} -e 's|SDL/|SDL11/|g'
|
|
|
|
|
2004-02-09 03:06:59 +01:00
|
|
|
.include <bsd.port.post.mk>
|