# -*- 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: Portfile 60156 2009-11-03 18:29:18Z macsforever2000@macports.org $

PortSystem 1.0

name             kst
version          1.7.0

categories       science
platforms        darwin
maintainers      macsforever2000 openmaintainer
license          GPL

description      Plots scientific data
long_description Kst is the fastest real-time large-dataset viewing and plotting tool available and has basic data analysis functionality. Kst contains many powerful built-in features and is expandable with plugins and extensions. 

homepage         http://kst.kde.org/
master_sites     ftp://ftp.oregonstate.edu/pub/kde/stable/apps/KDE3.x/scientific/	\
                 http://kde.mirrors.tds.net/pub/kde/stable/apps/KDE3.x/scientific/
#master_sites     kde:stable/scientific

checksums        md5    69db059134c9f9df0875ce89f5b178f7 \
                 sha1   95eb30b5be96311949cfa6743da15465abc3a904 \
                 rmd160 be479b3ab82d2758bcb0fb1acda5a390cfc6157b

depends_lib      port:kdebase4 \
                 port:gsl

configure.args   --without-arts \
                 --with-sqlite=${prefix} \
                 --with-qt-dir=${prefix} \
                 --with-qt-libraries=${prefix}/lib/qt3/lib \
                 --with-qt-includes=${prefix}/lib/qt3/include/ \
                 --enable-mac
#                 --enable-qtopia \
#                 --enable-embedded

livecheck.type          regex
livecheck.url           ${homepage}download.html
livecheck.regex         The current stable release of kst is (\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).
