You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 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 kruler
|
|
version 4.14.3
|
|
revision 3
|
|
categories kde kde4
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description KRuler displays on screen a ruler measuring pixels.
|
|
long_description ${description} Position the 0 to your starting point \
|
|
(simple drag it), and read off (top left of the ruler) the precise pixel count to your cursor.
|
|
platforms darwin
|
|
homepage http://userbase.kde.org/KRuler
|
|
master_sites kde:stable/${version}/src/
|
|
use_xz yes
|
|
distname kruler-${version}
|
|
|
|
checksums rmd160 49ec0c5edbe3b859f0f3146732ab9500abe84f69 \
|
|
sha256 4424d0743e2e8309c2febf2a2a2b42b0e4930e5dbad9471385e48357e3236521
|
|
|
|
#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
|
|
license_noconflict openssl
|
|
|
|
depends_lib-append port:kdelibs4 \
|
|
port:oxygen-icons
|
|
|
|
if {![variant_isset docs]} {
|
|
patchfiles patch-CMakeLists.txt.diff
|
|
}
|
|
|
|
livecheck.url ${kde4.mirror}
|
|
livecheck.regex (\\d+(\\.\\d+)+)
|