Last change
on this file was
141812,
checked in by nicos@…, 2 years ago
|
kdegames ports: revbump after qt4 prefix change
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
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 141812 2015-10-29 13:18:19Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name kshisen |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 games |
---|
11 | license GPL-2+ |
---|
12 | maintainers nicos openmaintainer |
---|
13 | description KShisen is a solitaire-like game played using the standard set \ |
---|
14 | of Mahjong tiles. |
---|
15 | long_description ${description} Unlike Mahjong however, KShisen has only one \ |
---|
16 | layer of scrambled tiles. |
---|
17 | platforms darwin |
---|
18 | homepage http://games.kde.org/game.php?game=kshisen |
---|
19 | master_sites kde:stable/${version}/src |
---|
20 | use_xz yes |
---|
21 | distname ${name}-${version} |
---|
22 | checksums rmd160 1670e07287baf366b9af3e91395bcd1fa433a976 \ |
---|
23 | sha256 08d22e819e961cc395ec7c6fdb5065b6dfa111f86bbf0610db5efc4f16ae3145 |
---|
24 | |
---|
25 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
26 | license_noconflict openssl |
---|
27 | |
---|
28 | depends_lib-append port:kdelibs4 \ |
---|
29 | port:libkmahjongg \ |
---|
30 | port:libkdegames |
---|
31 | |
---|
32 | if {![variant_isset docs]} { |
---|
33 | patchfiles patch-CMakeLists.diff |
---|
34 | } |
---|
35 | |
---|
36 | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
---|
37 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.