Ticket #25267: Portfile

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

Portfile to build sane-frontends

Line 
1# $Id$
2
3PortSystem                      1.0
4name            sane-frontends
5version         1.0.14
6revision        1
7categories      graphics
8maintainers     aguynamedryan+sane@gmail.com
9description     Frontends for scanner access
10homepage        http://www.sane-project.org/
11platforms       darwin
12
13long_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
23fetch.type                      git
24git.url                                 git://git.debian.org/sane/sane-frontends.git
25
26depends_lib     port:sane-backends
27
28configure.cppflags-append -no-cpp-precomp -fno-common
29configure.args  --mandir=${prefix}/share/man \
30                --with-docdir=${prefix}/share/doc/${name}