pkgsrc/devel/libuuid/Makefile
maya 106bd61336 libuuid: on further thought, move nls disable Makefile.common, the configure
script is shared by all the util-linux packages.
2017-12-12 20:56:09 +00:00

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"