PKGNAME=davfs2
PKGSEC=admin
PKGDEP="neon"
BUILDDEP="po4a"
PKGDES="Utilities to mount a WebDAV resource as a regular file system"

# FIXME: configure: error: source directory already configured; run "make distclean" there first
ABSHADOW=0

AUTOTOOLS_AFTER=(
    '--enable-nls'
    '--disable-rpath'
    '--enable-largefile'
    '--enable-year2038'
    '--with-neon=/usr'
)
