5efb745928
The libblkid library is used to identify block devices (disks) as to their content (e.g. filesystem type) as well as extracting additional information such as filesystem labels/volume names, unique identifiers/serial numbers, etc. A common use is to allow use of LABEL= and UUID= tags instead of hard-coding specific block device names into configuration files. From util-linux-ng.
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/01/08 20:43:38 markd Exp $
|
|
|
|
BUILDLINK_TREE+= libblkid
|
|
|
|
.if !defined(LIBBLKID_BUILDLINK3_MK)
|
|
LIBBLKID_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libblkid+= libblkid>=2.18
|
|
BUILDLINK_PKGSRCDIR.libblkid?= ../../devel/libblkid
|
|
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.endif # LIBBLKID_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libblkid
|