Changelog: * Ctrl-Tab and Ctrl-Shift-Tab to cycle tabs now loop around if reaching the end of the tab list * Fix crash on showing/hiding of directory trees after closing a tab * Tabs no longer become unresponsive if not approving to close a busy tab * Directory comparison did not work properly on all but the first tab * Fix spurious error messages if connecting to a new site while synchronized browsing is enabled * *nix: Work around a bug in KDE preventing restore from minimize to notification area * Do not show update dialog if there is already some other dialog open * Fix synchronized browsing option on site-specific bookmarks
34 lines
996 B
Makefile
34 lines
996 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/11/16 19:24:46 zafer Exp $
|
|
#
|
|
|
|
VERSION= 3.3.0.1
|
|
DISTNAME= FileZilla_${VERSION}_src
|
|
PKGNAME= filezilla-${VERSION}
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=filezilla/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://filezilla-project.org/
|
|
COMMENT= FTP, FTPS and SFTP client with intuitive GUI
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= gnutls>=2.8.3:../../security/gnutls
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config msgfmt msgmerge
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
CONFIGURE_ARGS+= --disable-autoupdatecheck
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../security/gnutls/libgnutls-config.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/wxGTK28/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|