PKGNAME=libfilezilla
PKGSEC=libs
PKGDEP="gcc-runtime"
# FIXME: See below about man pages.
#BUILDDEP="doxygen"
PKGDES="Runtime libraries for FileZilla"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--enable-locales'
    '--disable-localesonly'
    '--enable-largefile'
    '--enable-gnutlssystemciphers'
    '--disable-socketdebug'
    # Note: This is the master switch, without enabling this option, no
    # kind of Doxygen documentation will be generated. It also throws a
    # confusing error:
    #
    # configure: error: doxygen-man requires doxygen-man
    '--enable-doxygen-doc'
    '--disable-doxygen-dot'
    # FIXME: No man page was generated despite this option being enabled.
    '--disable-doxygen-man'
    '--disable-doxygen-rtf'
    '--disable-doxygen-xml'
    '--disable-doxygen-chm'
    '--disable-doxygen-chi'
    '--disable-doxygen-html'
    '--disable-doxygen-ps'
    '--disable-doxygen-pdf'
    '--enable-year2038'
)

PKGBREAK="filezilla<=3.66.4"
PKGREP="filezilla<=3.19.0"
