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 118481 2014-04-03 00:56:22Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name yakuake |
---|
8 | version 2.9.9 |
---|
9 | categories kde kde4 |
---|
10 | maintainers nicos |
---|
11 | license GPL-2+ |
---|
12 | description Yakuake is a drop-down terminal emulator based on \ |
---|
13 | KDE Konsole technology. |
---|
14 | long_description ${description} |
---|
15 | homepage http://extragear.kde.org/apps/yakuake/ |
---|
16 | platforms darwin |
---|
17 | master_sites kde:stable/${name}/${version}/src/ |
---|
18 | use_xz yes |
---|
19 | |
---|
20 | checksums rmd160 fc2211bf874edd3a878790cc461282c8274d14a5 \ |
---|
21 | sha256 0e0e4994c568f8091c9424e4aab35645436a9ff341c00b1cd1eab0ada0bf61ce |
---|
22 | |
---|
23 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
24 | #license_noconflict openssl |
---|
25 | |
---|
26 | depends_lib-append port:kdelibs4 |
---|
27 | |
---|
28 | livecheck.url http://kde.mirrors.hoobly.com/stable/${name} |
---|
29 | livecheck.regex (\\d+(\\.\\d+)+) |
---|