pkgsrc/devel/gnustep-make/buildlink2.mk
rh 82cefe4c14 Update gnustep-make to 1.9.1.
Changes in version `1.9.1'
==========================

   * Remove `--disable-import' option
   * README.Darwin for darwin/MacOSX install
   * Framework version and naming clarified.

Changes in version `1.9.0'
==========================

   * Support for building in a separate build dir.
   * Add `--enable-strip-makefiles' option to configure
   * List of classes in a framework gets written to the plist file.
2004-04-10 23:31:39 +00:00

18 lines
524 B
Makefile

# $NetBSD: buildlink2.mk,v 1.9 2004/04/10 23:31:39 rh Exp $
#
.if !defined(GNUSTEP_MAKE_BUILDLINK2_MK)
GNUSTEP_MAKE_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= gnustep-make
BUILDLINK_DEPENDS.gnustep-make?= gnustep-make>=1.9.1
BUILDLINK_PKGSRCDIR.gnustep-make?= ../../devel/gnustep-make
EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-make=gnustep-make
BUILDLINK_PREFIX.gnustep-make_DEFAULT= ${LOCALBASE}
BUILDLINK_TARGETS+= gnustep-make-buildlink
gnustep-make-buildlink: _BUILDLINK_USE
.endif # GNUSTEP_MAKE_BUILDLINK2_MK