aboutsummaryrefslogtreecommitdiffstats
path: root/games/qonk/Makefile
blob: 742f014e1fc6d9b564de63251dc7d895880f6ed6 (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
# New ports collection makefile for:    qonk
# Date created:             10 Jul 2005
# Whom:                 Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#

PORTNAME=   qonk
PORTVERSION=    0.3.1
PORTREVISION=   6
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= alepulver@FreeBSD.org
COMMENT=    Small space build and conquer strategy game

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_SDL=    sdl gfx ttf image

CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \
        ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
    @${REINPLACE_CMD} -e 's|settings.h|../&|; s|canvas.h|../&|' \
        ${WRKSRC}/src/ui/menusystem.cpp

.include <bsd.port.mk>