![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / sysutils / hivex / Makefile (download)
Revision 1.19, Wed Nov 23 16:21:06 2022 UTC (2 months, 1 week ago) by adam
massive revision bump after textproc/icu update |
# $NetBSD: Makefile,v 1.19 2022/11/23 16:21:06 adam Exp $ DISTNAME= hivex-1.3.18 PKGREVISION= 13 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"