freebsd-ports/math/open-axiom/Makefile
Dmitry Marakasov f09e335417 OpenAxiom is an open source platform for symbolic, algebraic, and numerical
computations. It offers an interactive environment, an expressive programming
language, a compiler, a large set of mathematical libraries of interest to
researchers and practitioners of computational sciences.

WWW: http://www.open-axiom.org

PR:		128034
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-10-14 19:50:31 +00:00

31 lines
682 B
Makefile

# New ports collection makefile for: open-axiom
# Date created: 12 October 2008
# Whom: stephen@math.missouri.edu
#
# $FreeBSD$
#
PORTNAME= open-axiom
PORTVERSION= 1.2.0
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= stephen@math.missouri.edu
COMMENT= A computer algebra system
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
PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
.include <bsd.port.mk>