2013-09-20 19:36:33 +02:00
|
|
|
# Created by: Kirill Ponomarew <krion@FreeBSD.org>
|
2003-10-19 19:56:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= briquolo
|
2008-04-04 17:27:38 +02:00
|
|
|
PORTVERSION= 0.5.7
|
2014-03-14 21:59:20 +01:00
|
|
|
PORTREVISION= 10
|
2003-10-19 19:56:28 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://briquolo.free.fr/download/
|
|
|
|
|
2010-09-27 14:08:23 +02:00
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
2003-10-19 19:56:28 +02:00
|
|
|
COMMENT= Breakout clone with an OpenGL 3D representation
|
|
|
|
|
2010-11-17 10:38:01 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-10-30 08:53:37 +01:00
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
|
|
|
|
2014-04-03 08:32:14 +02:00
|
|
|
USES= tar:bzip2 gmake iconv desktop-file-utils
|
2008-03-26 17:00:27 +01:00
|
|
|
USE_GL= gl
|
2006-01-07 21:37:30 +01:00
|
|
|
USE_SDL= mixer sdl ttf
|
2008-03-26 17:00:27 +01:00
|
|
|
USE_XORG= x11
|
2003-10-19 19:56:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-12-30 09:45:35 +01:00
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-10-19 19:56:28 +02:00
|
|
|
|
2013-10-30 08:53:37 +01:00
|
|
|
# Mandatory: wants to link against libintl anyway
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2006-06-14 10:58:45 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
|
2010-03-30 13:02:24 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \
|
|
|
|
-e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
|
|
|
|
${WRKSRC}/src/MOGL/MOGL_Image.cpp
|
|
|
|
|
2007-04-15 23:06:14 +02:00
|
|
|
.include <bsd.port.mk>
|