25beeff079
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
29 lines
707 B
Makefile
29 lines
707 B
Makefile
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= innoextract
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
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 iconv
|
|
|
|
PLIST_FILES= bin/innoextract \
|
|
man/man1/innoextract.1.gz
|
|
|
|
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
|
|
|
|
.include <bsd.port.mk>
|