mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
28 lines
670 B
Makefile
28 lines
670 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= innoextract
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://constexpr.org/innoextract/files/
|
|
|
|
MAINTAINER= lifanov@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()
|
|
|
|
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
|
libboost_filesystem.so:devel/boost-libs \
|
|
libboost_system.so:devel/boost-libs \
|
|
libboost_program_options.so:devel/boost-libs
|
|
|
|
USES= cmake compiler:c++11-lang iconv
|
|
|
|
PLIST_FILES= bin/innoextract \
|
|
man/man1/innoextract.1.gz
|
|
|
|
.include <bsd.port.mk>
|