Portfile

# $Id: Portfile 22427 2007-03-01 00:56:57Z mww@macports.org $

PortSystem 1.0

name cccc
version 3.1.4
categories lang
platforms darwin
maintainers mww@macports.org
description tool for measurement of source code related metrics
long_description ${description}

homepage http://cccc.sourceforge.net/
master_sites sourceforge
checksums md5 7bd3ad868913a0beab2fde931737f928
patchfiles patch-posixgcc.mak.diff

use_configure no

build.target pccts cccc

test.run yes
test.target test

destroot {
xinstall -m 755 -s ${worksrcpath}/cccc/cccc ${destroot}${prefix}/bin
}

files