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

PORTNAME=   bygfoot
PORTVERSION=    2.2.1
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}-${PORTVERSION}-source

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

# needed to save/load games
RUN_DEPENDS=    zip:${PORTSDIR}/archivers/zip \
        unzip:${PORTSDIR}/archivers/unzip

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

.include <bsd.port.mk>