sthen e4564c6b4d un-tedu graphics/sane-backends, removing sys/scanio.h caused one of the backends
not to be built, breaking packaging and knocking out about 15 ports.  ok aja
2017-06-01 07:42:48 +00:00

78 lines
1.8 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.79 2017/06/01 07:42:48 sthen Exp $
BROKEN-alpha= ICE hp5590.c:1141: error: unrecognizable insn
COMMENT= API for accessing scanners, backends
DISTNAME= sane-backends-1.0.27
REVISION= 0
SHARED_LIBS += sane 2.0 # unknown
CATEGORIES= graphics
HOMEPAGE= http://www.sane-project.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c execinfo jpeg m png pthread tiff usb-1.0 v4l1 v4l2
WANTLIB += v4lconvert z
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4224/ \
https://distfiles.bsdfrog.org/
BUILD_DEPENDS= devel/gettext-tools
LIB_DEPENDS= devel/libusb1 \
graphics/png \
graphics/tiff \
multimedia/libv4l
FLAVORS= snmp
FLAVOR?=
USE_GMAKE= Yes
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/spool
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --sbindir=${PREFIX}/libexec \
--with-docdir=${PREFIX}/share/doc/sane-backends \
--without-api-spec \
--without-gphoto2 \
--with-group=553 \
--enable-pthread \
--disable-latex
# XXX doesn't work
#CONFIGURE_ARGS += --enable-avahi
.if ${FLAVOR:Msnmp}
LIB_DEPENDS += net/net-snmp
WANTLIB += crypto netsnmp
CONFIGURE_ARGS += --with-snmp
.else
CONFIGURE_ARGS += --without-snmp
.endif
# missing check in configure for config.h.in
CFLAGS += -DHAVE_SYS_SOCKET_H
FAKE_FLAGS= configdir=${PREFIX}/share/examples/sane-backends/sane.d
post-install:
# removing the microtek2 backend which needs a Linux kernel module
find ${PREFIX} -name \*microtek2\* | xargs rm
cp -R ${WRKSRC}/tools/openbsd/ \
${PREFIX}/share/examples/sane-backends/hotplug
rm ${PREFIX}/share/doc/sane-backends/README*
rm ${PREFIX}/share/examples/sane-backends/hotplug/{attach,detach}.orig
rm ${PREFIX}/lib/sane/*.{a,la}
.include <bsd.port.mk>