Version 0.16: * API change allowing for library users to get the custom allocator so it may be freed if necessary. This is useful if the allocator is extended with e.g. a custom pointer needed by the allocator callbacks.
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2019/04/17 08:27:20 adam Exp $
|
|
|
|
BUILDLINK_TREE+= jbig2dec
|
|
|
|
.if !defined(JBIG2DEC_BUILDLINK3_MK)
|
|
JBIG2DEC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.jbig2dec+= jbig2dec>=0.16
|
|
BUILDLINK_PKGSRCDIR.jbig2dec?= ../../graphics/jbig2dec
|
|
.endif # JBIG2DEC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -jbig2dec
|