Ticket #1464: Portfile

File Portfile, 1.0 KB (added by shadow@…, 20 years ago)

Portfile for gpsd 1.10

Line 
1# $Id: Portfile,v 1.12 2003/04/10 15:48:11 jpm Exp $
2
3PortSystem 1.0
4name            gpsd
5version         1.10
6revision        1
7set libver      1
8categories      net
9maintainers     shadow@dementia.org
10description     gps multiplexor daemon
11long_description        \
12        gpsd is a small daemon multiplexes output or information from a GPS \
13        receiver.
14homepage        http://www.pygps.org/gpsd/
15platforms       darwin
16master_sites    http://www.pygps.org/gpsd/downloads
17checksums       md5 064a443c2d885bd2dce4b7ba893cdfaa
18depends_lib     lib:libX11.6:XFree86 lib:libXm.3:openMotif
19patchfiles      patch.gpsd
20
21destroot.destdir
22pre-destroot    {}
23
24destroot.target   {}
25
26post-destroot   { cd ${worksrcpath}
27                  system "install -m 755 -d \
28                    ${destroot}${prefix}/libexec"
29                  system "install -m 755 -d \
30                    ${destroot}${prefix}/bin"
31                  system "install -m 755 -c \
32                    gpsd ${destroot}${prefix}/libexec"
33                  system "install -m 755 -c \
34                    gps xgpsspeed ${destroot}${prefix}/bin" }