freebsd-ports/archivers/innoextract/Makefile
Jan Beich 59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00

29 lines
740 B
Makefile

# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
# $FreeBSD$
PORTNAME= innoextract
PORTVERSION= 1.6
PORTREVISION= 2
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_powerpc64= Does not build
BROKEN_sparc64= Does not build: undefined reference to std::ctype<char>::_M_widen_init()
.include <bsd.port.mk>