# $Id: Portfile 48699 2009-03-27 08:07:58Z toby@macports.org $

PortSystem 1.0
name             c_count
version          7.11
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 1717dbf27ed59bba25a4fb3b9f6c5367 \
                 sha1 c4bee051f17d55b3c9196ac039a4a34c3ebfea49 \
                 rmd160 6efb0284e13ba38a2dcba8c1da0893b0c1293290
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
