23 lines
555 B
Makefile
23 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/09/12 15:40:13 wiz Exp $
|
|
|
|
DISTNAME= libfilezilla-0.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
|
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"
|