summaryrefslogtreecommitdiff
path: root/archivers/innoextract/Makefile
blob: d0db08c21a1b63eab344f493a7f5525bf48e8d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	innoextract
PORTVERSION=	1.9
PORTREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	http://constexpr.org/innoextract/files/

MAINTAINER=	eduardo@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 \
		share/man/man1/innoextract.1.gz

.include <bsd.port.mk>