pkgsrc/net/libfilezilla/Makefile
wiz 887c809267 libfilezilla: update to 0.12.3.
0.12.3 (2018-06-08)

+ Event handlers can now removed themselves while inside a callback
+ Added fz::query_string::pairs()
2018-06-17 08:25:43 +00:00

22 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.16 2018/06/17 08:25:43 wiz Exp $
DISTNAME= libfilezilla-0.12.3
CATEGORIES= devel
MASTER_SITES= http://download.filezilla-project.org/libfilezilla/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://lib.filezilla-project.org/
COMMENT= Library for building high-performing, platform-independent programs
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in
# GCC 4.9 is required to support C++14
GCC_REQD+= 4.9
.include "../../mk/bsd.pkg.mk"