2005-02-25 09:31:50 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2005/02/25 14:31:50 alek Exp $
|
2003-03-30 23:33:59 -05:00
|
|
|
|
|
|
|
COMMENT= "GPL computer algebra system based on DOE Macsyma"
|
|
|
|
|
|
|
|
VERSION= 5.9.0
|
|
|
|
DISTNAME= maxima-${VERSION}
|
2005-02-25 09:31:50 -05:00
|
|
|
PKGNAME= maxima-${VERSION}p1
|
2003-03-30 23:33:59 -05:00
|
|
|
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
|
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :clisp-*:lang/clisp
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-03-30 23:33:59 -05:00
|
|
|
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
|
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-clisp
|
|
|
|
.if !${FLAVOR:L:Mno_x11}
|
|
|
|
USE_X11= Yes
|
2005-02-25 09:31:50 -05:00
|
|
|
RUN_DEPENDS+= :tcl-8.4.*:lang/tcl/8.4 \
|
|
|
|
:tk-8.4.*:x11/tk/8.4
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-12-27 18:30:05 -05:00
|
|
|
CONFIGURE_ARGS+= --with-wish=${LOCALBASE}/bin/wish8.4
|
2003-03-30 23:33:59 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|