ed3460feaa
With this package definition you can build a Storable instance of a record type from Storable instances of its elements.
15 lines
512 B
Makefile
15 lines
512 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/23 11:39:47 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-storable-record
|
|
|
|
.if !defined(HS_STORABLE_RECORD_BUILDLINK3_MK)
|
|
HS_STORABLE_RECORD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-storable-record+= hs-storable-record>=0.0.1
|
|
BUILDLINK_PKGSRCDIR.hs-storable-record?= ../../wip/hs-storable-record
|
|
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../wip/hs-utility-ht/buildlink3.mk"
|
|
.endif # HS_STORABLE_RECORD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-storable-record
|