freebsd-ports/ftp/libfilezilla/Makefile
Sunpoet Po-Chuan Hsieh d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00

23 lines
527 B
Makefile

# $FreeBSD$
PORTNAME= libfilezilla
PORTVERSION= 0.15.1
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= https://download.filezilla-project.org/${PORTNAME}/
MAINTAINER= pi@FreeBSD.org
COMMENT= C++ library for building platform-independent programs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnettle.so:security/nettle
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>