# -*- 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

name            c_count
version         7.25
categories      devel
maintainers     {toby @tobypeterson}
description     counts C-language source statements
long_description \
    c_count counts lines, statements, other simple measures of C/C++ source programs. \
    It isn't lex/yacc based, and is easily portable to a variety of systems.
homepage        https://invisible-island.net/c_count/
platforms       darwin

master_sites    https://invisible-island.net/archives/${name}/ \
                https://invisible-mirror.net/archives/${name}/
extract.suffix  .tgz

checksums       rmd160  0b020a2886a73c2f4097c416c841fe8b867888a8 \
                sha256  68b767e1ed105dc2f3053eb3d7c3995cd0c48a748450551e2e204252bddc2b00 \
                size    121709

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

destroot.destdir \
                prefix=${destroot}${prefix}

conflicts       sloccount
