mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
496390c22c
PR: ports/82943 Submitted by: Ports Fury
31 lines
718 B
Makefile
31 lines
718 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gambit
|
|
# Date created: Feb 8, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gambit
|
|
PORTVERSION= 0.2005.06.13
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library of tools for doing computation in game theory
|
|
|
|
LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gnometarget gtk20
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|
WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config"
|
|
MAKE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config"
|
|
|
|
CPPFLAGS= ${PTHREAD_CFLAGS}
|
|
LDFLAGS= ${PTHREAD_LIBS}
|
|
|
|
.include <bsd.port.mk>
|