Last change
on this file was
141811,
checked in by nicos@…, 2 years ago
|
kdeedu ports: revbump after qt4 prefix change
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
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: Portfile 141811 2015-10-29 12:37:28Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name marble |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 |
---|
11 | maintainers nicos |
---|
12 | license LGPL-2.1+ GFDL-1.2 |
---|
13 | description Virtual Globe |
---|
14 | long_description KDE virtual globe and world atlas |
---|
15 | homepage http://www.kde.org |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites kde:stable/${version}/src/ |
---|
20 | use_xz yes |
---|
21 | |
---|
22 | checksums rmd160 13f10ab9fc4d0e963eb258854102172ade68bc91 \ |
---|
23 | sha256 4d6667cf67ae9976e4c1efc306be222d13f2ee5927483325411ae0e9631dc0f0 |
---|
24 | |
---|
25 | depends_lib-append port:libkdeedu \ |
---|
26 | port:gpsd |
---|
27 | |
---|
28 | patchfiles-append patch-GpsdSymbols.diff \ |
---|
29 | patch-interfaces.diff |
---|
30 | |
---|
31 | if {![variant_isset docs]} { |
---|
32 | patchfiles-append patch-CMakeLists.txt.diff |
---|
33 | } |
---|
34 | |
---|
35 | configure.args-append -DCMAKE_MODULES_INSTALL_PATH=${cmake_share_module_dir} |
---|
36 | |
---|
37 | post-destroot { |
---|
38 | #Moving executable to right place |
---|
39 | move ${destroot}${prefix}/Marble.app/Contents/MacOS/marble-qt \ |
---|
40 | ${destroot}${prefix}/bin/marble-qt |
---|
41 | } |
---|
42 | |
---|
43 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
44 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.