aboutsummaryrefslogtreecommitdiffstats
path: root/games/biloba/Makefile
blob: 896cf4a083f96d3d4f6028a65d9f0e9c6a42aac3 (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
# New ports collection makefile for:    biloba
# Date created:     02 Oct 2005
# Whom:         Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#

PORTNAME=   biloba
PORTVERSION=    0.3
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= amdmi3@mail.ru
COMMENT=    A strategy board game for 2 to 4 players

USE_SDL=    image sdl
USE_GMAKE=  yes
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

post-patch:
    ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
        ${WRKSRC}/src/Makefile.server

.include <bsd.port.mk>