de9364e00d
KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. It also provides transparent compression and decompression of data, like the GZip format, via a subclass of QIODevice.
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $NetBSD$
|
|
|
|
BUILDLINK_TREE+= karchive
|
|
|
|
.if !defined(KARCHIVE_BUILDLINK3_MK)
|
|
KARCHIVE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.karchive+= karchive>=5.18.0
|
|
BUILDLINK_PKGSRCDIR.karchive?= ../../wip/karchive
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.endif # KARCHIVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -karchive
|