openbsd-ports/math/maxima/Makefile
pvalchev d7806a60a6 Initial import of maxima-5.9.0
Maxima is a descendant of DOE Macsyma, which had its origins in the
late 1960s at MIT. It is the only system based on that effort still
publicly available and with an active user community, thanks to its
open source nature. Macsyma was the first of a new breed of computer
algebra systems, leading the way for programs such as Maple and
Mathematica. Maxima itself is reasonably feature complete at this
stage, with abilities such as symbolic integration, 3D plotting, and
an ODE solver, but there is a lot of work yet to be done in terms of
bug fixing, cleanup, and documentation.

WWW: http://maxima.sourceforge.net/

Submitted by rich@cannings.org with minor tweaks by me
2003-03-31 04:33:59 +00:00

38 lines
766 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/03/31 04:33:59 pvalchev Exp $
COMMENT= "GPL computer algebra system based on DOE Macsyma"
VERSION= 5.9.0
DISTNAME= maxima-${VERSION}
CATEGORIES= math
HOMEPAGE= http://maxima.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
CONFIGURE_STYLE= gnu
BUILD_DEPENDS= :clisp-*:lang/clisp
RUN_DEPENDS= ${BUILD_DEPENDS}
SUBST_VARS= VERSION
FLAVORS= no_x11
FLAVOR?=
CONFIGURE_ARGS+= --enable-clisp
.if !${FLAVOR:L:Mno_x11}
USE_X11= Yes
LIB_DEPENDS+= tcl83.1.3::lang/tcl/8.3 \
tk83.1.3::x11/tk/8.3
CONFIGURE_ARGS+= --with-wish=${LOCALBASE}/bin/wish8.3
.endif
.include <bsd.port.mk>