7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
28 lines
736 B
Makefile
28 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.41 2014/05/29 23:36:53 wiz Exp $
|
|
|
|
DISTNAME= maxima-5.32.1
|
|
# On updates, please make sure editors/TeXmacs knows about the new
|
|
# version number.
|
|
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
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"
|