mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 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 poxml
|
|
version 4.14.3
|
|
revision 3
|
|
categories kde kde4
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description KDE developer utility
|
|
long_description ${description}
|
|
platforms darwin
|
|
homepage https://www.kde.org/
|
|
master_sites kde:stable/${version}/src/
|
|
use_xz yes
|
|
|
|
checksums rmd160 4dd66d0c6dabd38d937e54304bca0067e882e949 \
|
|
sha256 ddc55784352e1ffe1186c99639fb4ec99cbef7f3c1627c0368c9eec3f8701408
|
|
|
|
#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
|
|
license_noconflict openssl
|
|
|
|
depends_lib-append port:kdelibs4 \
|
|
port:antlr \
|
|
port:gettext
|
|
|
|
patchfiles-append patch-noCheckXML.diff
|
|
|
|
if {![variant_isset docs]} {
|
|
patchfiles-append patch-CMakeLists.diff
|
|
}
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|