Last change
on this file since 115825 was
115825,
checked in by nicos@…, 6 years ago
|
kdebindings ports: update to 4.11.5
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 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 115825 2014-01-12 12:03:59Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name qtruby |
---|
8 | version 4.11.5 |
---|
9 | categories kde kde4 devel |
---|
10 | license GPL-2+ LGPL-2.1+ |
---|
11 | maintainers nicos openmaintainer |
---|
12 | description Binding to Ruby for KDE. |
---|
13 | long_description Very complete bindings to both the KDE API and the Qt APIs. The Korundum \ |
---|
14 | package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. \ |
---|
15 | The QtRuby package contains just Qt bindings with no dependencies on KDE. |
---|
16 | platforms darwin |
---|
17 | homepage http://rubyforge.org/projects/korundum/ |
---|
18 | master_sites kde:stable/${version}/src/ |
---|
19 | use_xz yes |
---|
20 | distname ${name}-${version} |
---|
21 | checksums rmd160 12a4428826d60c60d71b2e1c0f5158c9b68e7125 \ |
---|
22 | sha256 7595d7420114ab7fbf4a3bd255de7dfe10f20ebb8a0dbf1def8ef23b28ee8efd |
---|
23 | |
---|
24 | depends_lib-append port:smokeqt |
---|
25 | |
---|
26 | variant ruby18 conflicts ruby19 description {Select Ruby 1.8} { |
---|
27 | depends_lib-append port:ruby |
---|
28 | configure.args-append -DRUBY_EXECUTABLE=${prefix}/bin/ruby1.8 |
---|
29 | } |
---|
30 | variant ruby19 conflicts ruby18 description {Select Ruby 1.9} { |
---|
31 | depends_lib-append port:ruby19 |
---|
32 | configure.args-append -DRUBY_EXECUTABLE=${prefix}/bin/ruby1.9 |
---|
33 | } |
---|
34 | |
---|
35 | if {![variant_isset ruby18] && ![variant_isset ruby19]} { |
---|
36 | default_variants +ruby18 |
---|
37 | } |
---|
38 | |
---|
39 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
40 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.