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