pkgsrc/devel/gnustep-make/buildlink3.mk
rh 03bd5019be Update gnustep-make to 2.4.0. Notable changes include:
* Parallel building supported using e.g. make -j 2
   * Support source files in subdirectories without using a subproject.
   * Support header files in sub-subdirectories.
   * Batch-compile Java files (much faster).
   * Fixes for building documentation.
2011-04-07 01:41:31 +00:00

18 lines
567 B
Makefile

# $NetBSD: buildlink3.mk,v 1.18 2011/04/07 01:41:31 rh Exp $
BUILDLINK_TREE+= gnustep-make
.if !defined(GNUSTEP_MAKE_BUILDLINK3_MK)
GNUSTEP_MAKE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnustep-make+= gnustep-make>=2.4.0
BUILDLINK_ABI_DEPENDS.gnustep-make?= gnustep-make>=2.4.0
BUILDLINK_PKGSRCDIR.gnustep-make?= ../../devel/gnustep-make
.include "../../devel/gnustep-make/gnustep.mk"
BUILDLINK_LIBDIRS.gnustep-make= lib ${GNUSTEP_BLDIRS}
BUILDLINK_INCDIRS.gnustep-make= include ${GNUSTEP_BIDIRS}
.endif # GNUSTEP_MAKE_BUILDLINK3_MK
BUILDLINK_TREE+= -gnustep-make