openbsd-ports/graphics/sane-backends/Makefile
ajacoutot 5982c6a6ed - update to sane-backends-1.0.19
(it should be the last release of the SANE 1.0 series)
- some port cleanups while here
2008-02-13 13:23:58 +00:00

53 lines
1.3 KiB
Makefile
Executable File

# $OpenBSD: Makefile,v 1.17 2008/02/13 13:23:58 ajacoutot Exp $
COMMENT= API for accessing scanners, backends
DISTNAME= sane-backends-1.0.19
SHARED_LIBS= sane 1.17 # .0.0
CATEGORIES= graphics
HOMEPAGE= http://www.sane-project.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/capture/ \
http://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
ftp://ftp.sane-project.org/pub/sane/old-versions/${DISTNAME}/
WANTLIB= c m pthread exif ltdl z
LIB_DEPENDS= usb.>=7::devel/libusb \
jpeg.>=62::graphics/jpeg \
tiff.>=38::graphics/tiff \
gphoto2.>=2,gphoto2_port.>=5::graphics/libgphoto2
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_path_MAKEDEPEND="no"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--sbindir=${PREFIX}/libexec \
--with-docdir=${PREFIX}/share/doc/sane-backends \
--localstatedir=/var/spool \
--with-gphoto2 \
--with-group=553
FAKE_FLAGS= configdir=${PREFIX}/share/examples/sane-backends/sane.d
.include <bsd.port.mk>