759f778d72
Accomodate Darwin $AS which tries to read from STDIN. On darwin, diagnoze arch via uname -p. (SIGBUS during build) Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7) Make getHeap() use PerlIO, and consistently use bytes for output.
29 lines
738 B
Makefile
29 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.29 2008/02/09 22:39:50 adrianp Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Pari-2.010709
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mpa
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
pari-2.1.6.tgz
|
|
|
|
#SITES.pari-2.1.6.tgz= http://pari.math.u-bordeaux.fr/pub/pari/unix/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-Pari/
|
|
COMMENT= Perl5 interface to the pari math library
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
# XXX: to use or not to use...
|
|
#DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
|
|
|
|
GCC_REQD+= 2.95
|
|
MAKE_ENV+= MP_NOGNUPLOT=1
|
|
PERL5_PACKLIST= auto/Math/Pari/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|