/x11/kdebase3/

ry'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-devel/files/patch-aa
<amdmi3@FreeBSD.org> 2015-12-02 23:43:54 +0800 committer amdmi3 <amdmi3@FreeBSD.org> 2015-12-02 23:43:54 +0800 Inno Setup is a tool to create installers for Microsoft Windows applications.' href='/~lantw44/cgit/freebsd-ports/commit/archivers/innoextract/Makefile?id=3f634330244bd3ee9d4c50b4968c4a7d9e83b5a2'>3f634330244b
Commit message (Expand)AuthorAgeFilesLines
1
2
3
4
5
6
7
8
9



                                                        
                   
                 


                                                       
                                   




                                                   



                                                            

                           



                                         


                                                                                                
                      
# 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>