Ticket #40114: Portfile

File Portfile, 1.1 KB (added by venabled@…, 11 years ago)

gpstk PortFile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem              1.0
5
6name                    gpstk
7version                 2.1
8license                         LGPL-2.1+
9categories              science
10maintainers             gmail.com:venabled
11platforms               darwin
12description             Library of Global Navigation Satellite Systems (GNSS) tools
13
14long_description \
15    Algorithms and frameworks supporting the development of processing and \
16    analysis applications in navigation and global positioning.
17
18homepage            http://www.gpstk.org
19master_sites            http://sourceforge.net/projects/gpstk/files/gpstk/${version}
20
21checksums                       sha256  b4441424824354bc60d763ee8d84a5a26b7bc1a56fa9b6399bbc5817cca84017 \
22                        rmd160  f9d5a19bfb58320a84521c90fe9e08488d95b2d2
23
24distname                ${name}
25distfiles                       ${name}-${version}.src.tar.gz
26
27patchfiles              patch-lib-geodyn-CMakeLists.txt.diff \
28                                        patch-UTCTime.cpp.diff
29
30depends_build           port:libtool  \
31                                        port:autoconf \
32                                        port:automake
33
34configure.args          --exec-prefix=${prefix}
35use_autoreconf          yes
36use_automake            yes
37use_autoconf            yes