freebsd-ports/archivers/innoextract/Makefile
Jan Beich 69fef1a5a4 archivers/innoextract: drop runtime dependency on boost-libs
Until subpackaging arrives to bsd.port.mk and boost-libs is split into
smaller packages this shaves ~166 MiB of install size.
2021-08-09 08:03:42 +00:00

23 lines
547 B
Makefile

PORTNAME= innoextract
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://constexpr.org/innoextract/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to extract Inno Setup files
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
USES= cmake compiler:c++11-lang iconv
CMAKE_ON= Boost_USE_STATIC_LIBS
PLIST_FILES= bin/innoextract \
man/man1/innoextract.1.gz
.include <bsd.port.mk>