aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-15 18:59:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-15 18:59:37 +0000
commite3f5e0823da794c3771ad4672e9c04b1d2071048 (patch)
treed8e18fd3575f58ac5e4e0629486e53b53c758c27 /devel/Makefile
parent0600f5e4831453b7acf6fbc1d39319d2eda7d36c (diff)
downloadports-e3f5e0823da794c3771ad4672e9c04b1d2071048.tar.gz
ports-e3f5e0823da794c3771ad4672e9c04b1d2071048.zip
C/C++ preprocessor expands macros and processes '#if', '#include' and
some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance, implementated by Kiyoshi Matsui. MCPP is especially useful for debugging the source program which use complicated macros and also useful for checking portability of the source. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. Though mcpp could be built as a replacement of GCC's resident proprocessor or as a subroutine called from some other main program, this package installs only a stand-alone program named 'mcpp' which behaves independent from GCC. WWW: http://mcpp.sourceforge.net/ - Kiyoshi Matsui <kmatsui@t3.rim.or.jp> PR: ports/111588 Submitted by: Kiyoshi Matsui <kmatsui at t3.rim.or.jp>
Notes
Notes: svn path=/head/; revision=190022
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 53bfc2dd06c3..4a2de57378b0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -688,6 +688,7 @@
SUBDIR += maketool
SUBDIR += maven
SUBDIR += maven2
+ SUBDIR += mcpp
SUBDIR += memcheck
SUBDIR += menhir
SUBDIR += mercator