freebsd-ports/games/bygfoot/Makefile

28 lines
686 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
2007-06-07 11:11:39 +02:00
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
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
.include <bsd.port.mk>