mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 lines
1.2 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 kfourinline
|
|
version 4.14.3
|
|
revision 3
|
|
categories kde kde4 games
|
|
license LGPL-2+
|
|
maintainers nomaintainer
|
|
description KFourInLine is a board game for two players based on the \
|
|
Connect-Four game.
|
|
long_description ${description} The players try to build up a row of four pieces \
|
|
using different strategies.
|
|
platforms darwin
|
|
homepage http://games.kde.org/game.php?game=kfourinline
|
|
master_sites kde:stable/${version}/src
|
|
use_xz yes
|
|
distname ${name}-${version}
|
|
checksums rmd160 1dde1dd459a440743b8b83afe3d5aee04df3c835 \
|
|
sha256 44716b067388c15b80a8de9fc487943323a82661bfbd2fefb12ca159dfba1b7e
|
|
|
|
depends_lib-append port:kdelibs4 \
|
|
port:libkdegames
|
|
|
|
if {![variant_isset docs]} {
|
|
patchfiles patch-CMakeLists.diff
|
|
}
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|