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
|
2006-10-31 23:04:17 +01:00
|
|
|
PORTVERSION= 2.0.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-06 20:47:37 +02:00
|
|
|
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
|
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
|
|
|
|
2005-01-31 22:17:49 +01:00
|
|
|
post-patch:
|
2005-10-08 18:32:19 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/bygfoot-update
|
2005-01-31 22:17:49 +01:00
|
|
|
|
2004-07-06 20:47:37 +02:00
|
|
|
.include <bsd.port.mk>
|