diff options
author | recht <recht@pkgsrc.org> | 2004-01-17 14:38:22 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-17 14:38:22 +0000 |
commit | ef457aecfbc07a24569a14f9ebdc16554df8e37d (patch) | |
tree | e530f10031eee76a0c8d98a6c04575cf13030570 /misc/libcdio/buildlink3.mk | |
parent | 0f1b30d68ff15af5b1786b65f244b1a9546b1391 (diff) | |
download | pkgsrc-ef457aecfbc07a24569a14f9ebdc16554df8e37d.tar.gz |
initial import of libcdio-0.65
This library is to encapsulate CD-ROM reading and
control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.
Some support for disk image types like BIN/CUE and NRG is available,
so applications that use this library also have the ability to read
disc images as though they were CD's.
Diffstat (limited to 'misc/libcdio/buildlink3.mk')
-rw-r--r-- | misc/libcdio/buildlink3.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/libcdio/buildlink3.mk b/misc/libcdio/buildlink3.mk new file mode 100644 index 00000000000..02ac510dc93 --- /dev/null +++ b/misc/libcdio/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/01/17 14:38:22 recht Exp $ +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBCDIO_BUILDLINK3_MK:= ${LIBCDIO_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= libcdio +.endif + +.if !empty(LIBCDIO_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= libcdio +BUILDLINK_DEPENDS.libcdio?= libcdio>=0.65 +BUILDLINK_PKGSRCDIR.libcdio?= ../../misc/libcdio.work + +.endif # LIBCDIO_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |