aboutsummaryrefslogtreecommitdiffstats
path: root/games/bygfoot/Makefile
blob: b1aa3de8226bcb8578876a6aae4c5dd9e9920e69 (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
# New ports collection makefile for:    bygfoot
# Date created:             6th July 2004
# Whom:                 Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   bygfoot
PORTVERSION=    1.9.5
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= pav@FreeBSD.org
COMMENT=    Football (soccer) management game

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GNOME=  gtk20 gnometarget
USE_X_PREFIX=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

post-patch:
    @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/bygfoot-update

.include <bsd.port.mk>