pkgsrc-wip/libxdiff/buildlink3.mk
Jeremy C. Reed 697d8067f2 libxdiff: Import libxdiff-0.23
The LibXDiff package provides file differential library support functions.
It implements basic and yet complete functionalities to create and apply
file differences (patches) to both binary and text files. The library
uses memory files as file abstraction to achieve both performance and
portability. The proprietary output format of the binary patch file is
binary and it is basically a collection of copy and insert commands. The
text file differential output uses the raw unified output format (without
the header).
2016-09-29 11:33:24 -05:00

12 lines
260 B
Makefile

# $NetBSD$
BUILDLINK_TREE+= libxdiff
.if !defined(LIBXDIFF_BUILDLINK3_MK)
LIBXDIFF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libxdiff+= libxdiff>=0.23
BUILDLINK_PKGSRCDIR.libxdiff?= ../../wip/libxdiff
.endif # LIBXDIFF_BUILDLINK3_MK
BUILDLINK_TREE+= -libxdiff