# New ports collection makefile for:	gecode
# Date created:				24 January 2011
# Whom:					roam@FreeBSD.org
#
# $FreeBSD: ports/devel/gecode/Makefile,v 1.5 2012/03/24 16:25:39 miwi Exp $
#

PORTNAME=	gecode
PORTVERSION=	3.7.2
CATEGORIES=	devel
MASTER_SITES=	http://www.gecode.org/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generic Constraint Development Environment

LICENSE=	MIT

OPTIONS=	GIST "Interactive Search Tool (requires Qt)" Off

USE_PERL5_BUILD=yes
USE_BISON=	build
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static \
		--enable-shared \
		--disable-doc-dot \
		--disable-doc-tagfile \
		--disable-doc-chm \
		--enable-driver \
		--enable-graph \
		--enable-flatzinc \
		--enable-sheduling \
		--disable-examples \
		--enable-minimodel \
		--enable-search
USE_LDCONFIG=	yes
MAKE_JOBS_UNSAFE=yes

.include <bsd.port.options.mk>

.if defined(WITH_GIST)
USE_QT_VER=	4
QT_COMPONENTS=	corelib gui moc_build qmake_build
CONFIGURE_ARGS+=--enable-gist --enable-qt
PLIST_SUB+=	GIST=""
.else
CONFIGURE_ARGS+=--disable-gist --disable-qt
PLIST_SUB+=	GIST="@comment "
.endif

post-patch:
	@${REINPLACE_CMD} -e \
		'/^ARR/s|^|#| ; \
		 /^PACKAGE_VERSION_NUMBER/s|^|#| ; \
		 /_vendor/s| == | = | ; \
		 /host_os/s| == | = | ; \
		 /gcc_optimize_flag/s|-O3|| ; \
		 /="-ggdb/s|^|#|' ${WRKSRC}/configure

.include <bsd.port.mk>
