29 lines
681 B
Makefile
29 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.59 2020/08/31 18:10:11 wiz Exp $
|
|
|
|
DISTNAME= maxima-5.44.0
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
CHECK_PORTABILITY_SKIP= doc/info/fix_tab
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake makeinfo perl
|
|
TEXINFO_REQD= 5.0
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|