# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 # libsigc++ > 2.4.1 requires C++11 or better PortGroup cxx11 1.1 name libsigcxx2 set gname libsigc++ version 2.10.0 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] categories devel platforms darwin maintainers {devans @dbevans} openmaintainer description C++ signal callback system long_description libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to \ connect those signals to any callback function, either global or a member function, regardless of whether it is \ static or virtual. homepage http://libsigc.sourceforge.net/ master_sites gnome:sources/${gname}/${branch}/ distname ${gname}-${version} use_xz yes checksums sha256 f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81 \ rmd160 d062261610749e7640197b97393f46f9ca7c5ffe depends_build port:pkgconfig \ port:mm-common \ port:m4 \ path:bin/dot:graphviz \ port:doxygen \ port:libxslt configure.perl /usr/bin/perl configure.env-append \ "M4=${prefix}/bin/gm4" configure.args --enable-static \ --disable-silent-rules # Teach glibtool about -stdlib=libc++ use_autoreconf yes autoreconf.args -fvi post-destroot { set docdir ${prefix}/share/doc/${gname}-2.0 xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \ ${destroot}${docdir} } livecheck.type gnome livecheck.name ${gname}