f821bde642
0.9.1 (2017-02-20) + Added a small helper function to fz::file to get the current position in the file + Added another version of fz::to_wstring_from_utf8 that takes a char buffer + length - Fixed extraction of single-character tokens in fz::strtok
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/02/27 09:59:04 wiz Exp $
|
|
|
|
DISTNAME= libfilezilla-0.9.1
|
|
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"
|