You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
917 B
Plaintext
32 lines
917 B
Plaintext
PortSystem 1.0
|
|
|
|
name cccc
|
|
version 3.1.4
|
|
revision 1
|
|
categories lang
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license GPL-2
|
|
description tool for measurement of source code related metrics
|
|
long_description ${description}
|
|
|
|
homepage http://cccc.sourceforge.net/
|
|
master_sites sourceforge
|
|
checksums md5 7bd3ad868913a0beab2fde931737f928 \
|
|
rmd160 1135f86c3e60010dda8f420492cfe5bcbfc98cd2 \
|
|
sha256 27b3eca9a83a66799332363a80cc4bcd6db9869eddbda1a59a25cdace3ff4dbf
|
|
patchfiles patch-posixgcc.mak.diff \
|
|
patch-cccc_tbl.cc.diff
|
|
|
|
use_configure no
|
|
|
|
use_parallel_build no
|
|
build.target pccts cccc
|
|
|
|
test.run yes
|
|
test.target test
|
|
|
|
destroot {
|
|
xinstall -m 755 -s ${worksrcpath}/cccc/cccc ${destroot}${prefix}/bin
|
|
}
|