PKGNAME=xsane
PKGSEC=x11
PKGDEP="gtk-2 lcms2 sane-backends zlib libjpeg-turbo"
PKGDES="A GTK-based X11 frontend for SANE"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--disable-gimp'
    '--disable-sanetest'
    '--disable-gimptest'
    '--disable-gtktest'
)

# FIXME:
# configure.in:98: error: possibly undefined macro: AC_GCC_MSNATIVE_STRUCT
#       If this token and others are legitimate, please use m4_pattern_allow.
#       See the Autoconf documentation.
# configure.in:152: error: possibly undefined macro: AM_GNU_GETTEXT
# configure.in:164: error: possibly undefined macro: AM_PATH_SANE
# configure.in:168: error: possibly undefined macro: AM_PATH_GIMP_2_0
# configure.in:189: error: possibly undefined macro: AM_PATH_GTK
# configure.in:194: error: possibly undefined macro: AM_PATH_GIMP_ORAUCH
# autoreconf: error: /usr/bin/autoconf failed with exit status: 1
RECONF=0
