summaryrefslogtreecommitdiff
path: root/games/briquolo/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-19 17:56:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-19 17:56:28 +0000
commitf9e54c645d51708ef01839c7cb8aeee482fa8001 (patch)
tree8a831c57656776b3c689d17a2f5cae2456ae1502 /games/briquolo/Makefile
parentUpdate to 0.2. (diff)
Add briquolo 0.4.1, breakout clone with an OpenGL 3D representation.
Notes
Notes: svn path=/head/; revision=91682
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r--games/briquolo/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile
new file mode 100644
index 000000000000..20fcc2922339
--- /dev/null
+++ b/games/briquolo/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: briquolo
+# Date created: 18 Nov 2003
+# Whom: Kirill Ponomarew <krion@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= briquolo
+PORTVERSION= 0.4.1
+CATEGORIES= games
+MASTER_SITES= http://briquolo.free.fr/download/
+
+MAINTAINER= krion@FreeBSD.org
+COMMENT= Breakout clone with an OpenGL 3D representation
+
+LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ GUI.0:${PORTSDIR}/graphics/guilib
+
+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}"
+USE_SDL= yes
+
+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'
+
+.include <bsd.port.mk>