You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.4 KiB
Tcl
43 lines
1.4 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 kdenetwork4
|
|
version 4.14.3
|
|
categories kde kde4 net
|
|
maintainers nomaintainer
|
|
license Permissive
|
|
supported_archs noarch
|
|
|
|
description KDE4 networking applications -- Meta package
|
|
long_description Networking applications such as an instant messenger \
|
|
and download manager
|
|
platforms any
|
|
homepage https://www.kde.org
|
|
|
|
distfiles
|
|
use_configure no
|
|
extract { file mkdir ${worksrcpath}/${name} }
|
|
build {}
|
|
|
|
depends_lib-append port:kdenetwork-filesharing \
|
|
port:kdenetwork-strigi-analyzers \
|
|
port:kget \
|
|
port:kopete \
|
|
port:krdc
|
|
# port:kdnssd Not distributed since 4.12.4
|
|
# port:krfb Requires X11
|
|
# port:kppp Requires X11
|
|
|
|
destroot {
|
|
# Create a dummy file so the port can be successfully activated
|
|
xinstall -d ${destroot}${prefix}/share/doc/kdenetwork4
|
|
set docfile [open ${destroot}${prefix}/share/doc/kdenetwork4/README.${name}.txt "w"]
|
|
puts $docfile "Meta-port for kdenetwork4\n"
|
|
puts $docfile "${long_description}\n"
|
|
close $docfile
|
|
}
|
|
|
|
livecheck.type none
|