pkgsrc/devel/libblkid/Makefile
adam 9e0f254cdc libuuid, libblkid, mcookie: updated to 2.31
util-linux v2.31:
blkid: improve man page wording
blkid: more info about ambivalent results to the man page
blkid: cleanup man page info about lsblk

pkgsrc:
unified libuuid, libblkid, and mcookie
libuuid: also installs uuidgen
2017-12-08 08:03:35 +00:00

14 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/12/08 08:03:35 adam Exp $
.include "../../devel/libuuid/Makefile.common"
PKGNAME= ${DISTNAME:S/util-linux/libblkid/}
CATEGORIES= devel
COMMENT= Library to handle device identification and token extraction
LICENSE= gnu-lgpl-v2.1
CONFIGURE_ARGS+= --enable-libblkid
PKGCONFIG_OVERRIDE+= libblkid/blkid.pc.in
#.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"