# New ports collection makefile for:	facile
# Date created:				2008-02-09
# Whom:					arved
#
# $FreeBSD: ports/math/facile/Makefile,v 1.1 2008/02/09 21:57:03 arved Exp $

PORTNAME=	facile
PORTVERSION=	1.1
CATEGORIES=	math
MASTER_SITES=	http://www.recherche.enac.fr/log/facile/distrib/

MAINTAINER=	arved@FreeBSD.org
COMMENT=	A Functional Constraint Library

USE_OCAML=	yes
HAS_CONFIGURE=	yes
USE_GMAKE=	yes
ALL_TARGET=	compile

post-patch:
	${REINPLACE_CMD} -e "s,make,${GMAKE},; \
		s,cp,${INSTALL_DATA}," ${WRKSRC}/Makefile

.include <bsd.port.mk>
