You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.4 KiB
Tcl
37 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 knavalbattle
|
|
version 4.14.3
|
|
revision 3
|
|
categories kde kde4 games
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description Naval Battle is a Battle Ship game for KDE.
|
|
long_description ${description} Ships are placed on a board which represents \
|
|
the sea. Players try to hit each others ships in turns \
|
|
without knowing where they are placed. The first player to \
|
|
destroy all ships wins the game.
|
|
platforms darwin
|
|
homepage http://games.kde.org/game.php?game=kbattleship
|
|
master_sites kde:stable/${version}/src
|
|
use_xz yes
|
|
distname ${name}-${version}
|
|
checksums rmd160 db263fa2a63ace3b51026a420f16255da0274a83 \
|
|
sha256 0cec05c10b7d4e8171195423c96fad917ca0220af31baeede085e2a11b36b0ba
|
|
|
|
#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
|
|
license_noconflict openssl
|
|
|
|
depends_lib-append port:kdelibs4 \
|
|
port:libkdegames
|
|
|
|
if {![variant_isset docs]} {
|
|
patchfiles patch-CMakeLists.diff
|
|
}
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|