aboutsummaryrefslogtreecommitdiffstats
path: root/games/belooted/Makefile
blob: ab1872e5531f75619b10c429628e386449f5cd1c (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
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$

PORTNAME=   belooted
PORTVERSION=    0.1.4.1
PORTREVISION=   7
CATEGORIES= games
MASTER_SITES=   http://boby.joe.free.fr/dev/belooted/files/ \
        LOCAL/martymac

MAINTAINER= martymac@FreeBSD.org
COMMENT=    Popular 32-card trick-taking game played in France

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gmake pkgconfig
USE_GNOME=  gtk20 intltool
GNU_CONFIGURE=  yes

CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} '/^LIBS =/s/$$/ -lm/' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>