Added: trunk/dports/kde/kcalc/Portfile (0 => 89499)
--- trunk/dports/kde/kcalc/Portfile (rev 0)
+++ trunk/dports/kde/kcalc/Portfile 2012-02-01 12:27:58 UTC (rev 89499)
@@ -0,0 +1,32 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup kde4 1.1
+
+name kcalc
+version 4.8.0
+categories kde kde4
+license GPL-2+
+maintainers nicos openmaintainer
+description Do scientific calculations.
+long_description KCalc is a calculator which offers many more \
+ mathematical functions than meet the eye on a \
+ first glance.
+platforms darwin
+homepage http://utils.kde.org/projects/kcalc/
+master_sites kde:stable/${version}/src
+use_bzip2 yes
+distname ${name}-${version}
+checksums rmd160 f9f0b2034f8fde73de0739c325f7bbe4607790d5 \
+ sha256 2f325e959ce2006fc00cf6d0e4a319011c28c7a53e392a7e6fe80abce34832e0
+
+depends_lib-append port:kdelibs4 \
+ port:oxygen-icons
+
+if {![variant_isset doc]} {
+ patchfiles patch-CMakeLists.txt.diff
+}
+
+livecheck.url http://kde.mirrors.hoobly.com/stable/${version}/src
+livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
Property changes on: trunk/dports/kde/kcalc/Portfile
___________________________________________________________________
Added: trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff (0 => 89499)
--- trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff (rev 0)
+++ trunk/dports/kde/kcalc/files/patch-CMakeLists.txt.diff 2012-02-01 12:27:58 UTC (rev 89499)
@@ -0,0 +1,8 @@
+--- CMakeLists.txt.orig 2012-01-30 10:05:19.000000000 +0900
++++ CMakeLists.txt 2012-01-30 10:05:23.000000000 +0900
+@@ -96,4 +96,4 @@
+
+ kde4_install_icons( ${ICON_INSTALL_DIR} )
+
+-add_subdirectory(doc)
++#add_subdirectory(doc)