# New ports collection makefile for:	fricas
# Date created:		11 November 2008
# Whom:			stephen@math.missouri.edu
#
# $FreeBSD: ports/math/fricas/Makefile,v 1.9 2010/11/25 07:16:02 wen Exp $
#

PORTNAME=	fricas
PORTVERSION=	1.1.1
CATEGORIES=	math
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${PORTVERSION}-full

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A computer algebra system, forked from axiom

BUILD_DEPENDS=	sbcl:${PORTSDIR}/lang/sbcl \
		noweb:${PORTSDIR}/devel/noweb

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-lisp=sbcl
USE_GMAKE=	yes
USE_XORG=	x11 ice sm xpm
USE_ICONV=	yes
USE_GETTEXT=	yes
STRIP=		#nothing, these binaries fail if stripped

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

PLIST_SUB=	GNU_HOST=${CONFIGURE_TARGET}

.include <bsd.port.mk>
