pkgsrc/devel/libblkid/Makefile
markd 5efb745928 Initial import libblkid 2.18
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.
2011-01-08 20:43:38 +00:00

39 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/08 20:43:38 markd Exp $
#
DISTNAME= util-linux-ng-2.18
PKGNAME= libblkid-2.18
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.18/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kernel.org/~kzak/util-linux-ng/
COMMENT= Library to handle device identification and token extraction
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= shlibs/blkid/blkid.pc.in
CONFIGURE_ARGS+= --without-ncurses
CONFIGURE_ARGS+= --disable-mount
CONFIGURE_ARGS+= --disable-fsck
CONFIGURE_ARGS+= --disable-libuuid
CONFIGURE_ARGS+= --disable-uuidd
CONFIGURE_ARGS+= --disable-libmount
CONFIGURE_ARGS+= --disable-agetty
CONFIGURE_ARGS+= --disable-cramfs
CONFIGURE_ARGS+= --disable-switch_root
CONFIGURE_ARGS+= --disable-pivot_root
CONFIGURE_ARGS+= --disable-fallocate
CONFIGURE_ARGS+= --disable-unshare
CONFIGURE_ARGS+= --disable-rename
CONFIGURE_ARGS+= --disable-schedutils
CONFIGURE_ARGS+= --disable-wall
.include "../../devel/libuuid/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"