# -*- 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
homepage http://lisa.sunder.net/
master_sites ${homepage}downloads/
md5 b236d7fa06c7589bb0de5d13ed680c9a \
sha1 c3552eb2fc89ff6e47994767aa4e524de7000dc7 \
rmd160 bc541ef181b417ee369ed960f29637f87cc1308a
if {[vercmp [macports_version] 2.5.99] >= 0} {
build.env-append "CC=${configure.cc} [get_canonical_archflags cc] -Wno-error -Wno-return-type" \
"CXX=${configure.cxx} [get_canonical_archflags cxx]"
build.env-append CC="${configure.cc} [get_canonical_archflags cc] -Wno-error -Wno-return-type" \
CXX="${configure.cxx} [get_canonical_archflags cxx]"
if {[vercmp [macports_version] 2.5.99] >= 0} {
destroot.env-append "CC=${configure.cc} [get_canonical_archflags cc] -Wno-error -Wno-return-type" \
"CXX=${configure.cxx} [get_canonical_archflags cxx]" \
PREFIXAPP=${destroot}${applications_dir} \
PREFIXBIN=${destroot}${prefix}/bin \
PREFIXLIB=${destroot}${prefix}/share
destroot.env-append CC="${configure.cc} [get_canonical_archflags cc] -Wno-error -Wno-return-type" \
CXX="${configure.cxx} [get_canonical_archflags cxx]" \
PREFIXAPP=${destroot}${applications_dir} \
PREFIXBIN=${destroot}${prefix}/bin \
PREFIXLIB=${destroot}${prefix}/share