9e0f254cdc
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
17 lines
552 B
Makefile
17 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/12/08 08:03:35 adam Exp $
|
|
#
|
|
# Changelog: see
|
|
# https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.c
|
|
# https://git.kernel.org/cgit/utils/util-linux/util-linux.git/log/misc-utils/mcookie.1
|
|
|
|
.include "../../devel/libuuid/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/util-linux/mcookie/}
|
|
CATEGORIES= sysutils
|
|
COMMENT= Tool for creating cookies for xauth(1)
|
|
LICENSE= public-domain
|
|
|
|
CONFIGURE_ARGS+= --enable-mcookie
|
|
CONFIGURE_ENV.DragonFly+= ac_cv_type_cpu_set_t=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|