bdafb2b503
myself for wip, tested by Thomas Schmitt and Freddy Fisker. libisofs is a library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition/removal, change of file names and attributes, etc.
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/04/29 20:03:06 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libisofs
|
|
|
|
.if !defined(LIBISOFS_BUILDLINK3_MK)
|
|
LIBISOFS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libisofs+= libisofs>=1.1.6
|
|
BUILDLINK_PKGSRCDIR.libisofs?= ../../sysutils/libisofs
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # LIBISOFS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libisofs
|