pkgsrc/archivers/innoextract/Makefile
nia 0254b94d5a innoextract: Update to 1.9
innoextract 1.9 (2020-08-09)
 - Added preliminary support for Inno Setup 6.1.0
 - Added support for a modified Inno Setup 5.4.2 variant
 - Fixed output directory being created for unsupported installers
 - Fixed some safe non-ASCII characters being stripped from filenames
 - Fixed handling of path separators in Japanese and Korean installers
 - Fixed build with newer Boost versions
 - Windows: Fixed heap corruption
 - Windows: Fixed garbled output
2020-08-29 09:54:36 +00:00

21 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.19 2020/08/29 09:54:36 nia Exp $
DISTNAME= innoextract-1.9
CATEGORIES= archivers
MASTER_SITES= https://constexpr.org/innoextract/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://constexpr.org/innoextract/
COMMENT= Tool to unpack installers created by Inno Setup
LICENSE= zlib
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/${PKGMANDIR}
CMAKE_ARGS+= -DSET_OPTIMIZATION_FLAGS=OFF
.include "../../archivers/xz/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"