# $Id: Portfile 118705 2014-04-08 17:25:01Z g5pw@macports.org $

PortSystem          1.0

name                check
version             0.9.12
categories          devel
license             LGPL-2.1+
maintainers         landonf openmaintainer
homepage            http://check.sf.net/
description         C unit testing framework
long_description    Check is a unit test framework for C. It \
                    features a simple interface for defining unit \
                    tests, putting little in the way of the \
                    developer. Tests are run in a separate address \
                    space, so Check can catch both assertion \
                    failures and code errors that cause \
                    segmentation faults or other signals. The \
                    output from unit tests can be used within \
                    source code editors and IDEs.
platforms           darwin

master_sites        sourceforge:check

depends_build       port:autoconf \
                    port:automake \
                    port:libtool \
                    port:pkgconfig

checksums           rmd160  0e332f3c172c5097b5c16c7403574deba934c5ed \
                    sha256  c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a1875b1ea3

configure.args      --infodir=${prefix}/share/info \
                    --mandir=${prefix}/share/info

test.run            yes
test.target         check
