b5be8c94a0
Changes since 5.19.1: * bug fix in defint * bug fix in csign * bug fix in "not" * bug fix in implicit3d * bug fix in sublist * bug fix in share/matrix/eigen.mac * bug fix in share/contrib/stats/stats.mac
30 lines
758 B
Makefile
30 lines
758 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/08/31 11:41:04 asau Exp $
|
|
#
|
|
|
|
DISTNAME= maxima-5.19.2
|
|
# On updates, please make sure editors/TeXmacs knows about the new
|
|
# version number.
|
|
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://maxima.sourceforge.net/
|
|
COMMENT= Computer algebra system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# Note: lisp backend is depended and setup up for in options.mk
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= makeinfo perl
|
|
REPLACE_SH= doc/misc/grepforvariables.sh
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|