openbsd-ports/net/filezilla/Makefile
bket 18e88587bd Update to filezilla-3.62.2
Fixes an issue with some dialogs not showing up.
2022-11-23 06:16:42 +00:00

76 lines
2.2 KiB
Makefile

BROKEN-hppa= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type
BROKEN-alpha= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type
COMMENT= fast FTP and SFTP GUI client with a lot of features
V= 3.62.2
PKGNAME= filezilla-$V
DISTNAME= FileZilla_$V_src
SHARED_LIBS+= fzclient-commonui-private 4.0
SHARED_LIBS+= fzclient-private 6.0
CATEGORIES= net
HOMEPAGE= https://www.filezilla-project.org/
MAINTAINER= Bjorn Ketelaars <bket@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} ICE SDL2 SM X11 Xau Xcomposite Xcursor
WANTLIB += Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender
WANTLIB += Xss Xxf86vm atk-1.0 atk-bridge-2.0 brotlidec brotlienc
WANTLIB += c cairo cairo-gobject dbus-1 epoxy execinfo expat ffi
WANTLIB += filezilla fontconfig freetype fribidi gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz hogweed iconv
WANTLIB += idn idn2 intl jpeg lzma m mspack nettle notify p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1
WANTLIB += png pugixml samplerate sndio sqlite3 tasn1 tiff unistring
WANTLIB += usbhid wx_baseu-3.0 wx_baseu_xml-3.0 wx_gtk3u_adv-3.0
WANTLIB += wx_gtk3u_aui-3.0 wx_gtk3u_core-3.0 wx_gtk3u_html-3.0
WANTLIB += wx_gtk3u_xrc-3.0 xcb xcb-render xcb-shm z zstd
MASTER_SITES= https://download.filezilla-project.org/client/
EXTRACT_SUFX= .tar.bz2
# c++17
COMPILER= base-clang ports-gcc
LIB_DEPENDS= databases/sqlite3 \
devel/harfbuzz \
devel/libidn \
net/libfilezilla>=0.39.2 \
security/gnutls \
textproc/pugixml \
x11/dbus \
x11/wxWidgets>=3.0.4
BUILD_DEPENDS= devel/cppunit \
devel/gettext,-tools \
devel/xdg-utils
RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils \
x11/gtk+3,-guic
FAKE_FLAGS= docsdir="${PREFIX}/share/examples/filezilla/"
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=autoreconf
CONFIGURE_ARGS= --disable-manualupdatecheck \
--with-dbus
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GREP=/usr/bin/grep \
SED=/usr/bin/sed
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
WRKDIST= ${WRKDIR}/filezilla-$V
.include <bsd.port.mk>