pkgsrc/math/pari/buildlink3.mk
sno 03e70deddc Updating math/pari from 2.1.6nb3 to 2.3.5 (newer than PR pkg/38116)
pkgsrc changes:
- Adding license (GPLv2)
- Adding X11 and GMP support (latter via option)
- Adding patches to support math/p5-Math-Pari can be build without
  rebuilding pari again

Upstream changes:
* Primarily a lot of bug fixes
* Plotting API reworked
* More targets are supported
2010-02-06 10:37:06 +00:00

23 lines
508 B
Makefile

# $NetBSD: buildlink3.mk,v 1.9 2010/02/06 10:37:06 sno Exp $
BUILDLINK_TREE+= pari
.if !defined(PARI_BUILDLINK3_MK)
PARI_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pari+= pari>=2.3.4
BUILDLINK_ABI_DEPENDS.pari+= pari>=2.3.4
BUILDLINK_PKGSRCDIR.pari?= ../../math/pari
pkgbase := pari
.include "../../mk/pkg-build-options.mk"
PARI_LIB?= pari
. if !empty(PKG_BUILD_OPTIONS.pari:Mgmp)
PARI_LIB= pari-gmp
. include "../../devel/gmp/buildlink3.mk"
. endif
.endif # PARI_BUILDLINK3_MK
BUILDLINK_TREE+= -pari