# -*- 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 kame version 3.3.3 revision 1 categories science maintainers northriv license GPL-2+ description K's adaptive measurement engine long_description K's adaptive measurement engine platforms darwin homepage http://www.cc.kochi-u.ac.jp/~kitag/kame/index.html use_bzip2 yes master_sites http://www.cc.kochi-u.ac.jp/~kitag/kame checksums rmd160 68d8e44c556e19f74d97d2bb2fc03de609f9d96a \ sha256 8d766c112d03fb58bb0a3b8258e73764bf41d0cb7f06b426796a0e2749f9b13b depends_lib-append port:kdelibs4\ port:fftw-3 \ port:gsl \ port:boost \ port:ftgl #configure.env-append CXX=g++-mp-4.3 #configure.cxx ${prefix}/bin/g++-mp-4.3 configure.compiler clang #macports-gcc-4.3 variant debug_kame description {To build kame with a debug option} { configure.args-append -DCMAKE_BUILD_TYPE=Debug } default_variants +debug_kame