# $Id: Portfile 116564 2014-01-28 21:22:35Z toby@macports.org $

PortSystem 1.0
name             c_count
version          7.14
categories       devel
maintainers      toby
description      counts C-language source statements
long_description \
	C_COUNT counts C-language source statements, and summarizes statistics \
	about the relative amount of commentary, whitespace, etc.
homepage         http://invisible-island.net/c_count/
platforms        darwin
master_sites     ftp://invisible-island.net/c_count/
extract.suffix   .tgz
checksums        md5 7b1eb2b288ab5e45ee932c4a919bdd77 \
                 sha1 7e8d840d7f19f40c0d38b8a8a8d4b609dc3472af \
                 rmd160 3ed004df0bface041d0d021fee849f69d733d3f3
configure.args   --mandir=\\\${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix}

livecheck.url    [lindex ${master_sites} 0]
livecheck.regex  c_count-(\[0-9\]+\\.\[0-9\]+)\\.tgz
