pkgsrc/sysutils/hivex/Makefile
2021-12-08 16:01:42 +00:00

40 lines
950 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/12/08 16:06:31 adam Exp $
DISTNAME= hivex-1.3.18
PKGREVISION= 9
CATEGORIES= sysutils
MASTER_SITES= http://download.libguestfs.org/hivex/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libguestfs.org/
COMMENT= Library for reading Windows Registry "hive" files
LICENSE= gnu-lgpl-v2.1
EXTRACT_USING= bsdtar
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= hivex.pc.in
CONFIGURE_ARGS+= --disable-nls
REPLACE_SH+= sh/hivexget
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= tools
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_func_open_memstream=no
.else
PLIST.tools=yes
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.endif
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"