Opened 20 years ago
Closed 20 years ago
#2544 closed defect (fixed)
NEW: graphics/sane-backends-1.0.15
Reported by: | hama@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
graphics/sane-backends-1.0.15
the portfile can be found here: INLINE
Description: These are the backends of the Scanner Access Now Easy Project. They allow you to access scanners attached to local ports, such as USB ports or parallel ports, or to another PC on the network.
Homepage: http://www.sane-project.org/
Comment: This is my first port. There is an option to have a gphoto2 backend, but since there is no port of gphoto2 yet I quietly disabled it.
================INLINE CONTENT================ PortSystem 1.0 name sane-backends version 1.0.15 categories graphics maintainers hama@… description Backends for scanner access homepage http://www.sane-project.org/ platforms darwin
long_description These are the backends for the Scanner Access Now Easy \
project. They allow you to access various scanners either \ locally or remote using saned.
master_sites ftp://ftp.sane-project.org/pub/sane/${distname}/
checksums md5 3b804f35cdfbc5ad2d201ffe078bbac9
depends_lib lib:libjpeg:jpeg
configure.env LDFLAGS="-L${prefix}/lib" \
CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
configure.args --mandir=${prefix}/share/man --without-gphoto2 \
--disable-local-backends
default_variants +local-backends
variant local-backends { depends_lib-append lib:libusb:libusb
configure.args-delete --disable-local-backends }
variant pnm-backend { configure.args-append --enable-pnm-backend }
Change History (1)
comment:1 Changed 20 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed!