106bd61336
script is shared by all the util-linux packages.
15 lines
361 B
Makefile
15 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.23 2017/12/12 20:56:09 maya Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/util-linux/libuuid/}
|
|
CATEGORIES= devel
|
|
COMMENT= Generate unique identifiers for objects
|
|
LICENSE= modified-bsd
|
|
|
|
CONFIGURE_ARGS+= --enable-libuuid
|
|
CONFIGURE_ARGS+= --enable-uuidgen
|
|
|
|
PKGCONFIG_OVERRIDE+= libuuid/uuid.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|