1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name sane-frontends |
---|
5 | version 1.0.14 |
---|
6 | revision 1 |
---|
7 | categories graphics |
---|
8 | maintainers aguynamedryan+sane@gmail.com |
---|
9 | description Frontends for scanner access |
---|
10 | homepage http://www.sane-project.org/ |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | long_description These are the frontends for the Scanner Access Now Easy \ |
---|
14 | project. They allow you to access various scanners either \ |
---|
15 | locally or remote using saned. |
---|
16 | |
---|
17 | # The SANE project has not released an updated sane-frontends |
---|
18 | # tarball in nearly 5 years. However, they have made updates |
---|
19 | # to sane-frontends as the API for sane-backends has changed |
---|
20 | # over that time. Accordingly, it appears that fetching |
---|
21 | # sane-frontends from the official git repository is the |
---|
22 | # best bet for getting a compilable sane-frontends |
---|
23 | fetch.type git |
---|
24 | git.url git://git.debian.org/sane/sane-frontends.git |
---|
25 | |
---|
26 | depends_lib port:sane-backends |
---|
27 | |
---|
28 | configure.cppflags-append -no-cpp-precomp -fno-common |
---|
29 | configure.args --mandir=${prefix}/share/man \ |
---|
30 | --with-docdir=${prefix}/share/doc/${name} |
---|