55887642e5
Among the changes: - more convenience functions for configuration files - reworked the error-handling API - progress with the variable conversion framework Unfortunately this will break a number of packages using this library: there is an API change in the Error class. I will update them all as soon as I can.
13 lines
408 B
Makefile
13 lines
408 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2016/02/19 20:32:04 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= deforaos-libsystem
|
|
|
|
.if !defined(DEFORAOS_LIBSYSTEM_BUILDLINK3_MK)
|
|
DEFORAOS_LIBSYSTEM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.deforaos-libsystem+= deforaos-libsystem>=0.3.0
|
|
BUILDLINK_PKGSRCDIR.deforaos-libsystem?= ../../devel/deforaos-libsystem
|
|
|
|
.endif # DEFORAOS_LIBSYSTEM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -deforaos-libsystem
|