03e70deddc
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
23 lines
508 B
Makefile
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
|