# -*- 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
# $Id: Portfile 107846 2013-07-07 05:11:36Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kdeadmin
version             4.10.5
categories          kde kde4
maintainers         sharky nicos
license             GPL-2+ LGPL-2+ GFDL-1.2
description         kdeadmin contains packages that usually only a system \
                    administrator might need.
long_description    KDE ${description}
homepage            http://www.kde.org

platforms           darwin
depends_lib-append  port:kdelibs4 port:kdepimlibs4

master_sites        kde:stable/${version}/src/
use_xz              yes

checksums           rmd160  61b22d35f51a2576444c716470346cc289523a09 \
                    sha256  84c5ef20903eb8b2f1d0b760de49532c51f0cbd20aaaed219c5bd747c54fe4b9

#Binaries do not link directly to openssl, nor use the ssl backend of kdelibs4,
#nor links to libkimap or libmailtransport from kdepimlibs4
license_noconflict  openssl

configure.args-append   -DWITH_SystemConfigPrinter=OFF \
                        -DWITH_PyQt4=OFF \
                        -DWITH_PyKDE4=OFF \
                        -DWITH_SIP=OFF \
                        -DWITH_PyCups=OFF

livecheck.url       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
