new port lang/cccc

tool for measurement of some source code metrics

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@7004 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2004-05-16 00:25:42 +00:00
parent 5246a20a79
commit dca1bf6acd
2 changed files with 38 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# $Id: Portfile,v 1.1 2004/05/16 00:25:42 mww Exp $
PortSystem 1.0
name cccc
version 3.pre84
categories lang
platforms darwin
maintainers mww@opendarwin.org
description tool for measurement of source code related metrics
long_description ${description}
homepage http://cccc.sourceforge.net/
master_sites sourceforge
checksums md5 7b3d8bd3cbb27d7b9debe5c3398f9f7f
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
}
+11
View File
@@ -0,0 +1,11 @@
--- cccc/posixgcc.mak Tue Aug 12 07:20:16 2003
+++ cccc/posixgcc.mak.new Sun May 16 02:13:39 2004
@@ -29,7 +29,7 @@
CFLAGS=-c -I../pccts/h $(CFLAGS_DEBUG) -x c++
C_OFLAG=-o
LDFLAGS=$(LDFLAGS_DEBUG)
-LD_OFLAG=-o
+LD_OFLAG=-o
OBJEXT=o
CCCC_EXE=cccc