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.4 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 ksirk |
---|
8 | version 4.14.3 |
---|
9 | revision 1 |
---|
10 | categories kde kde4 games |
---|
11 | license GPL-2+ LGPL-2.1+ MIT |
---|
12 | maintainers nicos openmaintainer |
---|
13 | description KsirK is a computerized version of a well known strategy board game. |
---|
14 | long_description ${description} KsirK is a multi-player network-playable game with \ |
---|
15 | an AI. The goal of the game is simply to conquer the World... It \ |
---|
16 | is done by attacking your neighbours with your armies. |
---|
17 | platforms darwin |
---|
18 | homepage http://games.kde.org/game.php?game=ksirk |
---|
19 | master_sites kde:stable/${version}/src |
---|
20 | use_xz yes |
---|
21 | distname ${name}-${version} |
---|
22 | checksums rmd160 13d33b067d692e8311ff7b1ec10457889c4d751b \ |
---|
23 | sha256 9afe5d0086bd2c757b249d6739d59f48f7367fd7ae9536f46c781bf45cf9dad2 |
---|
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:libkdegames \ |
---|
30 | port:qca |
---|
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.