Last change
on this file since 88159 was
88159,
checked in by snc@…, 6 years ago
|
KDE 4.7.4
|
-
Property svn:eol-style set to
native
|
File size:
1.0 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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name step |
---|
8 | version 4.7.4 |
---|
9 | categories kde kde4 |
---|
10 | maintainers snc sharky michaelld |
---|
11 | license GPL-2+ GFDL-1.2 |
---|
12 | description Interactive Physics Simulator |
---|
13 | long_description KDE ${description} |
---|
14 | homepage http://www.kde.org |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | depends_lib-append port:eigen port:gsl port:libkdeedu \ |
---|
18 | port:libqalculate |
---|
19 | |
---|
20 | master_sites kde:stable/${version}/src/ |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | checksums rmd160 17fd9ba7499c87a81e07e0a63d59352852f312d1 \ |
---|
24 | sha256 cb4f7ccc7cee08e46f3173e1a82a3d96e7e20a70b9792d3387dafe4218040a00 |
---|
25 | |
---|
26 | if {![variant_isset doc]} { |
---|
27 | patchfiles-append patch-CMakeLists.txt.diff |
---|
28 | } |
---|
29 | |
---|
30 | livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/ |
---|
31 | livecheck.regex ${name}-(\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.