Ticket #25267: Portfile.4

File Portfile.4, 1.2 KB (added by aguynamedryan+macports@…, 14 years ago)

Changed version to 1.0.15git

Line 
1# $Id$
2
3PortSystem                  1.0
4
5name                        sane-frontends
6version                     1.0.15git
7categories                  graphics
8platforms                   darwin
9maintainers                 gmail.com:aguynamedryan+sane
10homepage                    http://www.sane-project.org/
11
12description                 Frontends for scanner access
13
14long_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
24fetch.type                  git
25git.url                     git://git.debian.org/sane/sane-frontends.git
26git.branch                  1928f945eefa3b97b5c76d586082435bb23c2969
27
28depends_lib                 port:sane-backends
29
30configure.cppflags-append   -no-cpp-precomp \
31                            -fno-common