pkgsrc/devel/libxtend/buildlink3.mk
bacon 50ea05386d devel/libxtend: Update to 0.1.9
xt_fopen(): Call stat() before popen() and return NULL if file does not exist
xt_fopen(): Add lz4 support
Add XT_COMPRESSION_EXTENSIONS, a list of possible filename extensions
Clean up some compiler warnings

Changes: https://github.com/outpaddling/libxtend/releases
2023-08-12 14:46:26 +00:00

12 lines
318 B
Makefile

# $NetBSD: buildlink3.mk,v 1.13 2023/08/12 14:46:26 bacon Exp $
BUILDLINK_TREE+= libxtend
.if !defined(LIBXTEND_BUILDLINK3_MK)
LIBXTEND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libxtend+= libxtend>=0.1.9
BUILDLINK_PKGSRCDIR.libxtend?= ../../devel/libxtend
.endif # LIBXTEND_BUILDLINK3_MK
BUILDLINK_TREE+= -libxtend