aboutsummaryrefslogtreecommitdiff
path: root/archivers/innoextract/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/innoextract/Makefile')
-rw-r--r--archivers/innoextract/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile
index 9cbaa957e694..7f4aa7e623e4 100644
--- a/archivers/innoextract/Makefile
+++ b/archivers/innoextract/Makefile
@@ -1,24 +1,22 @@
PORTNAME= innoextract
PORTVERSION= 1.9
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://constexpr.org/innoextract/files/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Program to extract Inno Setup files
+WWW= https://constexpr.org/innoextract/
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
+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 \
- man/man1/innoextract.1.gz
+ share/man/man1/innoextract.1.gz
.include <bsd.port.mk>