1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/ftp/libfilezilla/Makefile
Pawel Pekala c209a69867 - Update to version 0.7.1
- Fix typo in BROKEN message

PR:		213197
Submitted by:	maintainer
2016-10-10 19:26:58 +00:00

24 lines
565 B
Makefile

# $FreeBSD$
PORTNAME= libfilezilla
PORTVERSION= 0.7.1
CATEGORIES= ftp
MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION}
MAINTAINER= matthew@reztek.cz
COMMENT= C++ library for building platform-independent programs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= Does not build
BROKEN_FreeBSD_9= requires C++14 compiler, 9.x lacks C++11 standard library
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>