# -*- 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
svn.url https://svn.code.sf.net/p/codeblocks/code/trunk
# Get the svn last changed date by running the following command:
# svn info https://svn.code.sf.net/p/codeblocks/code/trunk| grep "^Last Changed Date:" | cut -d" " -f4,5
set LCD "2017-06-21 13:35:48"
version 16.01-${svn.revision}
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/
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
# Fix svn revision and last changed date in app
reinplace "s|\tREV=0|\tREV=${svn.revision}|g" ${worksrcpath}/update_revision.sh
reinplace "s|\tLCD=\"\"|\tLCD=\"${LCD}\"|g" ${worksrcpath}/update_revision.sh
# 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"