freebsd-ports/math/fricas/Makefile
Dmitry Marakasov e1ed403478 FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can plot
functions and has integrated help system.

FriCAS a fork of Axiom project -- its starting point was wh-sandbox branch
of the Axiom project.

WWW: http://fricas.sourceforge.net

PR:		128805
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-11-14 15:19:50 +00:00

35 lines
808 B
Makefile

# New ports collection makefile for: fricas
# Date created: 11 November 2008
# Whom: stephen@math.missouri.edu
#
# $FreeBSD$
#
PORTNAME= fricas
PORTVERSION= 1.0.4
CATEGORIES= math
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-full
MAINTAINER= stephen@math.missouri.edu
COMMENT= A computer algebra system, forked from axiom
BUILD_DEPENDS= clisp:${PORTSDIR}/lang/clisp \
noweb:${PORTSDIR}/devel/noweb
LIB_DEPENDS= readline:${PORTSDIR}/devel/readline \
sigsegv:${PORTSDIR}/devel/libsigsegv
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lisp=clisp
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>