mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup kde4 1.1
|
|
|
|
name kde-dev-scripts
|
|
version 4.14.3
|
|
revision 2
|
|
categories kde kde4
|
|
license GPL-2+ LGPL-2+
|
|
maintainers nomaintainer
|
|
description KDE Developer convenience scripts
|
|
long_description {*}${description}
|
|
platforms any
|
|
supported_archs noarch
|
|
homepage https://www.kde.org/
|
|
master_sites kde:stable/${version}/src/
|
|
use_xz yes
|
|
|
|
checksums rmd160 3d4f504ef03775e244bed3acb9f1ab3a4b575f4d \
|
|
sha256 7607c73076e56e8b6dd68ee3270d98045a20cfb54dc6c1a6c7b1e0bd2633fc9f
|
|
|
|
#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
|
|
license_noconflict openssl
|
|
|
|
depends_lib-append port:kdelibs4
|
|
|
|
if {![variant_isset docs]} {
|
|
patchfiles patch-CMakeLists.diff
|
|
}
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|