freebsd-ports/ftp/libfilezilla/Makefile
Kurt Jaeger 7ea28d0672 ftp/libfilezilla: update 0.9.0 -> 0.13.0
- upstream is very quiet on changelogs

PR:		229137
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	rezny (maintainer timeout)
Relnotes:	https://lib.filezilla-project.org/index.php
2018-09-01 07:21:14 +00:00

22 lines
569 B
Makefile

# $FreeBSD$
PORTNAME= libfilezilla
PORTVERSION= 0.13.0
CATEGORIES= ftp
MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/
MAINTAINER= rezny@FreeBSD.org
COMMENT= C++ library for building platform-independent programs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= does not compile: libfilezilla/string.hpp: error: to_wstring is not a member of std
USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>