# $Id: Portfile 70089 2010-07-29 20:27:52Z toby@macports.org $

PortSystem 1.0
name             c_count
version          7.12
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 09dca0f2fc524faa1f0a4573a982f703 \
                 sha1 02e60f65b95d9e0ad2f7b3ed447b8a432e97d245 \
                 rmd160 f5ff1cf0cad729c2d38c275abf68a5b317d092a2
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
