aboutsummaryrefslogtreecommitdiffstats
path: root/games/briquolo/Makefile
blob: 418c5de94ce5986ad1ff48423b8ff7959ce10581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Kirill Ponomarew <krion@FreeBSD.org>
# $FreeBSD$

PORTNAME=   briquolo
PORTVERSION=    0.5.7
PORTREVISION=   13
CATEGORIES= games
MASTER_SITES=   http://briquolo.free.fr/download/

MAINTAINER= martymac@FreeBSD.org
COMMENT=    Breakout clone with an OpenGL 3D representation

LICENSE=    GPLv2

LIB_DEPENDS=    libpng.so:${PORTSDIR}/graphics/png

USES=       tar:bzip2 gmake iconv desktop-file-utils
USE_GL=     gl
USE_SDL=    mixer sdl ttf
USE_XORG=   x11
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_SUB=  VERSION="${PORTVERSION}"

# Mandatory: wants to link against libintl anyway
USES+=      gettext
PLIST_SUB+= NLS=""

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

.include <bsd.port.mk>