| 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 120234 2014-05-20 00:47:42Z nicos@macports.org $ |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup kde4 1.1 |
|---|
| 6 | |
|---|
| 7 | name rekonq |
|---|
| 8 | version 2.4.2 |
|---|
| 9 | categories kde kde4 |
|---|
| 10 | license GPL-2+ LGPL-2+ |
|---|
| 11 | maintainers rjvbertin@gmail.com openmaintainer |
|---|
| 12 | description rekonq is a web browser for KDE based on WebKit. |
|---|
| 13 | long_description ${description} |
|---|
| 14 | platforms darwin |
|---|
| 15 | homepage http://rekonq.kde.org// |
|---|
| 16 | master_sites sourceforge:rekonq/2.0 |
|---|
| 17 | use_xz yes |
|---|
| 18 | |
|---|
| 19 | checksums rmd160 8b9777d00684075b02dd75de12b03367e172e1d1 \ |
|---|
| 20 | sha256 e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126 |
|---|
| 21 | |
|---|
| 22 | depends_lib-append port:kdelibs4 \ |
|---|
| 23 | port:nepomuk-core \ |
|---|
| 24 | port:kactivities \ |
|---|
| 25 | port:shared-desktop-ontologies \ |
|---|
| 26 | port:webkitkde |
|---|
| 27 | |
|---|
| 28 | if {![variant_isset docs]} { |
|---|
| 29 | patchfiles patch-CMakeLists.diff |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | livecheck.url http://rekonq.kde.org/ |
|---|
| 33 | livecheck.regex (\\d+(\\.\\d+)+) |
|---|