b44cf5b8a4
GPRBuild needs to be built with GNAT sources, so it now depends on the new library lang/gnat_util. It installs two new programs: gprinstall and gprslave. This is the latest version published by Adacore.
14 lines
403 B
Makefile
14 lines
403 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2014/04/30 16:28:09 marino Exp $
|
|
|
|
BUILDLINK_TREE+= gprbuild-aux
|
|
|
|
.if !defined(GPRBUILD_AUX_BUILDLINK3_MK)
|
|
GPRBUILD_AUX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gprbuild-aux+= gprbuild-aux>=20130416
|
|
BUILDLINK_PKGSRCDIR.gprbuild-aux?= ../../devel/gprbuild-aux
|
|
|
|
.include "../../textproc/xmlada/buildlink3.mk"
|
|
.endif # GPRBUILD_AUX_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gprbuild-aux
|