3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
19 lines
442 B
Makefile
19 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/07/16 01:19:14 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= maxima-5.9.1
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://maxima.sourceforge.net/
|
|
COMMENT= Computer algebra system
|
|
|
|
DEPENDS+= clisp-[0-9]*:../../lang/clisp
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-clisp
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|