pkgsrc-wip/ocaml-custom_printf/buildlink3.mk
Hiramatsu Yoshifumi c470cbd36a Add OCaml library custom-printf into wip/ocaml-custom_printf.
This library defines a syntax extension that allows the use of
user-defined string conversion functions in format strings.
2015-02-26 10:51:30 +00:00

11 lines
418 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2015/02/26 10:51:30 jgoamakf Exp $
BUILDLINK_TREE+= ocaml-custom_printf
.if !defined(OCAML_CUSTOM_PRINTF_BUILDLINK3_MK)
OCAML_CUSTOM_PRINTF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-custom_printf+= ocaml-custom_printf>=112.17.00
BUILDLINK_PKGSRCDIR.ocaml-custom_printf?= ../../wip/ocaml-custom_printf
.endif # OCAML_CUSTOM_PRINTF_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-custom_printf