openbsd-ports/math/maxima/Makefile
edd 32c3055433 Maxima bugfix:
Plot surface when it is part of the frontier of the region.
http://sourceforge.net/tracker/index.php?func=detail&aid=3459556&group_id=4933&atid=104933

reads OK, sthen@
2012-01-04 16:14:42 +00:00

48 lines
935 B
Makefile

# $OpenBSD: Makefile,v 1.22 2012/01/04 16:14:42 edd Exp $
COMMENT= GPL computer algebra system based on DOE Macsyma
VERSION= 5.25.1
REVISION = 3
DISTNAME= maxima-${VERSION}
CATEGORIES= math
HOMEPAGE= http://maxima.sourceforge.net/
MAINTAINER = Edd Barrett <edd@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
USE_GMAKE= yes
LIB_DEPENDS= lang/ecl
RUN_DEPENDS = misc/rlwrap
WANTLIB += c gc gmp m pthread ecl
SUBST_VARS= VERSION
CONFIGURE_ARGS+= --enable-ecl
CONFIGURE_STYLE= gnu
USE_GROFF = Yes
FLAVORS= no_x11
FLAVOR?=
.if !${FLAVOR:L:Mno_x11}
MODULES+= x11/tk
RUN_DEPENDS += ${MODTK_RUN_DEPENDS} \
math/gnuplot
BUILD_DEPENDS += ${MODTK_RUN_DEPENDS}
CONFIGURE_ARGS += --with-wish=${MODTK_BIN}
.endif
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure
.include <bsd.port.mk>