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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gpstk |
---|
7 | version 2.1 |
---|
8 | license LGPL-2.1+ |
---|
9 | categories science |
---|
10 | maintainers gmail.com:venabled |
---|
11 | platforms darwin |
---|
12 | description Library of Global Navigation Satellite Systems (GNSS) tools |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Algorithms and frameworks supporting the development of processing and \ |
---|
16 | analysis applications in navigation and global positioning. |
---|
17 | |
---|
18 | homepage http://www.gpstk.org |
---|
19 | master_sites http://sourceforge.net/projects/gpstk/files/gpstk/${version} |
---|
20 | |
---|
21 | checksums sha256 b4441424824354bc60d763ee8d84a5a26b7bc1a56fa9b6399bbc5817cca84017 \ |
---|
22 | rmd160 f9d5a19bfb58320a84521c90fe9e08488d95b2d2 |
---|
23 | |
---|
24 | distname ${name} |
---|
25 | distfiles ${name}-${version}.src.tar.gz |
---|
26 | |
---|
27 | patchfiles patch-lib-geodyn-CMakeLists.txt.diff \ |
---|
28 | patch-UTCTime.cpp.diff |
---|
29 | |
---|
30 | depends_build port:libtool \ |
---|
31 | port:autoconf \ |
---|
32 | port:automake |
---|
33 | |
---|
34 | configure.args --exec-prefix=${prefix} |
---|
35 | use_autoreconf yes |
---|
36 | use_automake yes |
---|
37 | use_autoconf yes |
---|