# -*- coding: utf-8; mode: tcl; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=2:ts=2:sts=2
# requires C++11 compiler
categories devel aqua x11
description Open Source, Cross-platform, Free C/C++/D IDE
long_description Code::Blocks is a free C++ IDE built specifically \
to meet the most demanding needs of its users. \
It was designed, right from the start, to be \
extensible and configurable.
homepage http://www.codeblocks.org/
master_sites sourceforge:project/codeblocks/Sources/${version}
distname ${name}_${version}
worksrcdir ${name}-${version}
checksums rmd160 d6b24ef948437f248135ccc40fcff71944a6a07f \
sha256 13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0 \
patchfiles patch-sqvm-header-fix.diff
depends_lib-append port:boost \
# TODO: These dependencies are needed after `autoconf.cmd`,
# else autoconf.cmd removes them.
# https://trac.macports.org/ticket/54394
# FileManager requires "gamin" to be installed when using wxGTK,
# not sure whether it works with Carbon/Cocoa at all,
# so it was disabled for now
configure.args --with-contrib-plugins=all,-FileManager
# TODO: this might need a review
system "strip -S ${destroot}${prefix}/bin/codeblocks"
system "strip -S ${destroot}${prefix}/lib/libcodeblocks*.so || true"
system "strip -S ${destroot}${prefix}/lib/libcodeblocks*.dylib || true"
system "strip -S ${destroot}${prefix}/lib/libwxsmithlib*.so || true"