View | Details | Raw Unified | Return to bug 204811
Collapse All | Expand All

(-)innoextract/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
2
# $FreeBSD$
3
4
PORTNAME=	innoextract
5
PORTVERSION=	1.5
6
CATEGORIES=	archivers
7
MASTER_SITES=	http://constexpr.org/innoextract/files/
8
9
MAINTAINER=	lifanov@mail.lifanov.com
10
COMMENT=	Program to extract Inno Setup files
11
12
LICENSE=	ZLIB
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
LIB_DEPENDS=	libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \
16
		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
17
		libboost_system.so:${PORTSDIR}/devel/boost-libs \
18
		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
19
20
USES=		cmake iconv
21
22
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=man
23
24
PLIST_FILES=	bin/innoextract \
25
		man/man1/innoextract.1.gz
26
27
.include <bsd.port.mk>
(-)innoextract/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (innoextract-1.5.tar.gz) = f2594e992ccf2859455475794803b29a67393fadb69d4df1eec34c451ffa48cf
2
SIZE (innoextract-1.5.tar.gz) = 179582
(-)innoextract/pkg-descr (+5 lines)
Line 0 Link Here
1
Inno Setup is a tool to create installers for Microsoft Windows applications.
2
innoextract allows to extract such installers under non-windows systems without
3
running the actual installer using Wine.
4
5
WWW: http://constexpr.org/innoextract/

Return to bug 204811