2004-07-06 20:47:37 +02:00
|
|
|
# New ports collection makefile for: bygfoot
|
|
|
|
# Date created: 6th July 2004
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bygfoot
|
2008-03-14 14:56:22 +01:00
|
|
|
PORTVERSION= 2.2.1
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 6
|
2004-07-06 20:47:37 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2007-06-07 11:11:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
2004-07-06 20:47:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= Football (soccer) management game
|
|
|
|
|
2008-06-02 23:47:41 +02:00
|
|
|
# needed to save/load games
|
|
|
|
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
|
|
|
unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
|
2004-07-06 20:47:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gtk20 gnometarget
|
2005-10-08 18:32:19 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2004-10-12 00:50:48 +02:00
|
|
|
|
2004-07-06 20:47:37 +02:00
|
|
|
.include <bsd.port.mk>
|