blob: dac632bc786501eefea4c9463ab35c889a37ea07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
PORTNAME= libfilezilla
PORTVERSION= 0.5.0
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 complier, 9.x lacks C++11 standard library
USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|