libisoburn is a frontend for libraries libburn and libisofs which enables creation and expansion of ISO-9660 filesystems on all CD/DVD/BD media supported by libburn. This includes media like DVD+RW, which do not support multi-session management on media level and even plain disk files or block devices. This package also contains comand line and dialog application xorriso.
16 lines
469 B
Makefile
16 lines
469 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/03/12 10:50:32 ryo-on Exp $
|
|
|
|
BUILDLINK_TREE+= libisoburn
|
|
|
|
.if !defined(LIBISOBURN_BUILDLINK3_MK)
|
|
LIBISOBURN_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libisoburn+= libisoburn>=1.0.4.00
|
|
BUILDLINK_PKGSRCDIR.libisoburn?= ../../wip/libisoburn
|
|
|
|
.include "../../wip/libisofs/buildlink3.mk"
|
|
.include "../../wip/libburn/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # LIBISOBURN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libisoburn
|