# -*- 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 PortSystem 1.0 PortGroup cmake 1.1 PortGroup github 1.0 github.setup BelledonneCommunications bcunit 5.4.80 github.tarball_from archive revision 0 categories devel license LGPL-2 maintainers {judaew @judaew} openmaintainer description This is BCUnit, a fork of the defunct project CUnit long_description {*}${description} \ with several fixes and patches applied. CUnit is a Unit testing framework \ for C. It's lightweight system for writing, administering, and running \ unit tests in C checksums rmd160 5fcc798bc1dc025fed8bd5fbb58ffdf989b23bbb \ sha256 19829237cfc2571e732a0ed6345c0b7318427c42a532aaa864ea8fab6efaf6c6 \ size 378791 # cc1: error: unrecognized command line option "-Wno-clobbered" patchfiles-append patch-drop-unsupported-flags.diff post-patch { reinplace "s,@prefix@,${prefix},g" ${worksrcpath}/bcunit.pc.in } compiler.c_standard 1999 configure.args-append \ -DENABLE_DOC=ON \ -DENABLE_STATIC=OFF \ -DCMAKE_INSTALL_BINDIR=${prefix} \ -DCMAKE_INSTALL_LIBDIR=${prefix}/lib \ -DCMAKE_INSTALL_INCLUDEDIR=${prefix}/include github.livecheck.regex {([0-9.]+)}