freebsd-ports/games/bygfoot/Makefile

27 lines
557 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
2004-10-11 18:50:48 -04:00
PORTVERSION= 1.6.2
PORTREVISION= 1
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"
2004-10-11 18:50:48 -04:00
MAN6= bygfoot.6
.include <bsd.port.mk>