9d9069e470
Also update ftp/libfilezilla to the required version, filezilla is the only consumer in the ports tree. Changes: https://filezilla-project.org/versions.php PR: 258505 Approved by: pi
21 lines
539 B
Makefile
21 lines
539 B
Makefile
PORTNAME= libfilezilla
|
|
PORTVERSION= 0.31.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= libgnutls.so:security/gnutls \
|
|
libnettle.so:security/nettle
|
|
|
|
USES= compiler:c++17-lang gettext gmake iconv:wchar_t libtool \
|
|
localbase pathfix pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|