7799f45836
wip by ryoon and myself, tested by Thomas Schmitt and Freddy Fisker. 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
474 B
Makefile
16 lines
474 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/05/03 19:03:39 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libisoburn
|
|
|
|
.if !defined(LIBISOBURN_BUILDLINK3_MK)
|
|
LIBISOBURN_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libisoburn+= libisoburn>=1.1.8
|
|
BUILDLINK_PKGSRCDIR.libisoburn?= ../../sysutils/libisoburn
|
|
|
|
.include "../../sysutils/libisofs/buildlink3.mk"
|
|
.include "../../sysutils/libburn/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # LIBISOBURN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libisoburn
|