<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[126477] trunk/dports/devel</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/126477">126477</a></dd>
<dt>Author</dt> <dd>larryv@macports.org</dd>
<dt>Date</dt> <dd>2014-10-10 18:39:43 -0700 (Fri, 10 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>icmake: Create port

(http://icmake.sourceforge.net)</pre>

<h3>Added Paths</h3>
<ul>
<li>trunk/dports/devel/icmake/</li>
<li><a href="#trunkdportsdevelicmakePortfile">trunk/dports/devel/icmake/Portfile</a></li>
<li>trunk/dports/devel/icmake/files/</li>
<li><a href="#trunkdportsdevelicmakefilesfixBREsubstitutionspatch">trunk/dports/devel/icmake/files/fix-BRE-substitutions.patch</a></li>
<li><a href="#trunkdportsdevelicmakefilesfixhierarchypatch">trunk/dports/devel/icmake/files/fix-hierarchy.patch</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportsdevelicmakePortfile"></a>
<div class="addfile"><h4>Added: trunk/dports/devel/icmake/Portfile (0 => 126477)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/Portfile                                (rev 0)
+++ trunk/dports/devel/icmake/Portfile        2014-10-11 01:39:43 UTC (rev 126477)
</span><span class="lines">@@ -0,0 +1,48 @@
</span><ins>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                icmake
+version             7.21.01
+categories          devel
+platforms           darwin
+license             GPL-3
+maintainers         larryv openmaintainer
+
+description         The Icmake program maintenance utility
+long_description    Icmake is a hybrid between a 'make' utility and \
+                    a 'shell script' language. Originally, it was \
+                    written to provide a useful tool for automatic \
+                    program maintenance and system administrative \
+                    tasks on old MS-DOS platforms.
+homepage            http://icmake.sourceforge.net
+
+master_sites        sourceforge:project/icmake/icmake/${version}/
+distfiles           icmake_${version}.orig${extract.suffix}
+checksums           rmd160  970fd7f877f6e2f5a79cd0ed7a6202993475091a \
+                    sha256  30a88a6bc0e0cdc6ad0dfe101834cb2babb70a8e72cfb4872b3f40b0d621a54b
+
+patchfiles          fix-BRE-substitutions.patch \
+                    fix-hierarchy.patch
+post-patch {
+    reinplace -W ${worksrcpath} s|__MACPORTS__|${prefix}|g \
+            doc/icmake.1 \
+            doc/icmbuild.1 \
+            doc/icmconf.7 \
+            doc/icmstart.1 \
+            doc/icmstart.rc.7 \
+            etc/icmake/icmake.rc
+}
+
+use_configure       no
+
+build.env           CC=${configure.cc} \
+                    CFLAGS='${configure.cflags} [get_canonical_archflags cc]' \
+                    LDFLAGS='${configure.ldflags} [get_canonical_archflags ld]'
+build.cmd           ./icm_bootstrap
+build.pre_args      ${prefix}
+
+destroot.cmd        ./icm_install
+destroot.target     all
+destroot.destdir    ${destroot}
</ins><span class="cx">Property changes on: trunk/dports/devel/icmake/Portfile
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<a id="trunkdportsdevelicmakefilesfixBREsubstitutionspatch"></a>
<div class="addfile"><h4>Added: trunk/dports/devel/icmake/files/fix-BRE-substitutions.patch (0 => 126477)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/files/fix-BRE-substitutions.patch                                (rev 0)
+++ trunk/dports/devel/icmake/files/fix-BRE-substitutions.patch        2014-10-11 01:39:43 UTC (rev 126477)
</span><span class="lines">@@ -0,0 +1,31 @@
</span><ins>+Index: scripts/conversions
+===================================================================
+--- scripts/conversions.orig
++++ scripts/conversions
+@@ -9,19 +9,19 @@ EXTENSION=`grep '^#' $CONFIG | grep &quot;#de
+             sed 's,.*EXTENSION[[:space:]]\+\&quot;\([^&quot;]*\)&quot;.*,'${ROOT}'\1,'`

+ BINDIR=`grep &quot;#define[[:space:]]\+BINDIR&quot; $CONFIG | \
+-            sed 's,.*BINDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*BINDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ SKELDIR=`grep &quot;#define[[:space:]]\+SKELDIR&quot; $CONFIG | \
+-            sed 's,.*SKELDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*SKELDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ MANDIR=`grep &quot;#define[[:space:]]\+MANDIR&quot; $CONFIG | \
+-            sed 's,.*MANDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*MANDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ LIBDIR=`grep &quot;#define[[:space:]]\+LIBDIR&quot; $CONFIG | \
+-            sed 's,.*LIBDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*LIBDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ CONFDIR=`grep &quot;#define[[:space:]]\+CONFDIR&quot; $CONFIG | \
+-            sed 's,.*CONFDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*CONFDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ DOCDIR=`grep &quot;#define[[:space:]]\+DOCDIR&quot; $CONFIG | \
+-            sed 's,.*DOCDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*DOCDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`
+ DOCDOCDIR=`grep &quot;#define[[:space:]]\+DOCDOCDIR&quot; $CONFIG | \
+-            sed 's,.*DOCDOCDIR[[:space:]]\+\&quot;\([^&quot;]\+\)&quot;.*,'${ROOT}'\1,'`
++            sed 's|.*DOCDOCDIR[[:space:]]\{1,\}\&quot;\([^&quot;]\{1,\}\)&quot;.*|'${ROOT}'\1|'`

+ # CPPFLAGS=`grep &quot;#define[[:space:]]\+CPPFLAGS&quot; $CONFIG | sed 's,^.[^&quot;]*,,'`
+ # LDFLAGS=`grep &quot;#define[[:space:]]\+LDFLAGS&quot; $CONFIG | sed 's,^.[^&quot;]*,,'`
</ins></span></pre></div>
<a id="trunkdportsdevelicmakefilesfixhierarchypatch"></a>
<div class="addfile"><h4>Added: trunk/dports/devel/icmake/files/fix-hierarchy.patch (0 => 126477)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/devel/icmake/files/fix-hierarchy.patch                                (rev 0)
+++ trunk/dports/devel/icmake/files/fix-hierarchy.patch        2014-10-11 01:39:43 UTC (rev 126477)
</span><span class="lines">@@ -0,0 +1,226 @@
</span><ins>+Index: INSTALL.im
+===================================================================
+--- INSTALL.im.orig
++++ INSTALL.im
+@@ -22,10 +22,10 @@
+ // Define EXTENSION as &quot;.exe&quot; when compiling for CYGWIN
+ //#define EXTENSION   &quot;.exe&quot;

+-#define BINDIR      &quot;usr/bin&quot;
+-#define SKELDIR     &quot;usr/share/icmake&quot;
+-#define MANDIR      &quot;usr/share/man&quot;
+-#define LIBDIR      &quot;usr/lib/icmake&quot;
++#define BINDIR      &quot;bin&quot;
++#define SKELDIR     &quot;share/icmake&quot;
++#define MANDIR      &quot;share/man&quot;
++#define LIBDIR      &quot;libexec/icmake&quot;
+ #define CONFDIR     &quot;etc/icmake&quot;
+-#define DOCDIR      &quot;usr/share/doc/icmake&quot;
+-#define DOCDOCDIR   &quot;usr/share/doc/icmake-doc&quot;
++#define DOCDIR      &quot;share/doc/icmake&quot;
++#define DOCDOCDIR   &quot;share/doc/icmake&quot;
+Index: etc/icmake/icmake.rc
+===================================================================
+--- etc/icmake/icmake.rc.orig
++++ etc/icmake/icmake.rc
+@@ -5,17 +5,17 @@
+ # The location of this file itself is (in order of searching):
+ #       -c configPath       -- a program command-line parameter
+ #       ~/.icmake.rc        -- a configuration file in the user's home dir
+-#       /etc/icmake/icmake.cf
++#       __MACPORTS__/etc/icmake/icmake.cf

+     # the full path to the icm-comp icmake compiler:
+-icm-comp:   /usr/lib/icmake/icm-comp
++icm-comp:   __MACPORTS__/libexec/icmake/icm-comp

+     # the full path to the icm-exec icmake executer:
+-icm-exec:   /usr/lib/icmake/icm-exec
++icm-exec:   __MACPORTS__/libexec/icmake/icm-exec

+     # the full path to the icm-pp icmake pre-processor:
+-icm-pp:     /usr/lib/icmake/icm-pp
++icm-pp:     __MACPORTS__/libexec/icmake/icm-pp

+     # the skeleton directory:
+-skeletons:  /usr/share/icmake
++skeletons:  __MACPORTS__/share/icmake

+Index: doc/icmake.1
+===================================================================
+--- doc/icmake.1.orig
++++ doc/icmake.1
+@@ -1067,23 +1067,22 @@ Example:
+ .SH &quot;FILES&quot;

+ .PP 
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/bin/icmake\fP: the main \fBicmake\fP program;
++\fB__MACPORTS__/bin/icmake\fP: the main \fBicmake\fP program;
+ .IP o 
+-\fB/usr/bin/icmun\fP: the \fBicmake\fP unassembler;
++\fB__MACPORTS__/bin/icmun\fP: the \fBicmake\fP unassembler;
+ .IP o 
+-\fB/usr/lib/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-pp\fP: the preprocessor called by \fBicmake\fP;
+ .IP o 
+-\fB/usr/lib/icm\-comp\fP: the compiler called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-comp\fP: the compiler called by \fBicmake\fP;
+ .IP o 
+-\fB/usr/lib/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;
++\fB__MACPORTS__/libexec/icm\-exec\fP: the byte\-code interpreter called by \fBicmake\fP;

+ .PP 
+ .SH &quot;EXAMPLES&quot;

+ .PP 
+-The distribution (usually in \fI/usr/share/doc/icmake\fP) contains a
++The distribution (in \fI__MACPORTS__/share/doc/icmake\fP) contains a
+ directory \fIexamples\fP containing various examples of \fBicmake\fP script\&amp;. Note in
+ particular the \fIexamples/icmbuild\fP subdirectory containing a general script
+ for \fBC++\fP and \fBC\fP program maintenance\&amp;.
+Index: doc/icmbuild.1
+===================================================================
+--- doc/icmbuild.1.orig
++++ doc/icmbuild.1
+@@ -118,12 +118,11 @@ provided to the \fBicmbuild\fP script\&amp;.
+ .SH &quot;FILES&quot;

+ .PP 
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of a \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.

+ .PP 
+Index: doc/icmconf.7
+===================================================================
+--- doc/icmconf.7.orig
++++ doc/icmconf.7
+@@ -474,17 +474,16 @@ The extension of object modules created 

+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ .br 
+ Example of an \fBicmconf\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ .br 
+ Default skeleton \fBicmbuild\fP resource file\&amp;.
+ .IP o 
+-\fB/etc/icmake\fP
++\fB__MACPORTS__/etc/icmake\fP
+ .br 
+ Directory containing the default system\-wide \fBicmake\fP(1)
+ configuration files (like \fIVERSION\fP and \fIicmstart\&amp;.rc\fP)
+Index: doc/icmstart.1
+===================================================================
+--- doc/icmstart.1.orig
++++ doc/icmstart.1
+@@ -18,7 +18,7 @@ or `\fIlibrary\fP\(cq\&amp; may be specified
+ \fBicmbuild\fP(1) script\&amp;. 
+ .PP 
+ Skeleton files for the main directory and subdirectories, by default listed in
+-the file \fI/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
++the file \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, may be installed as well
+ (cf\&amp;. \fBicmstart\&amp;.rc\fP(7))\&amp;.
+ .PP 
+ After changing to the directory created by \fBicmstart\fP the \fBicmbuild\fP(1)
+@@ -34,7 +34,7 @@ must be the first arguments of \fIicmsta
+ .br 
+ Use the configuration files (\fIicmstart\&amp;.rc, AUTHOR,
+ YEARS\fP and \fIVERSION\fP) if found in `confpath\(cq\&amp; rather than in
+-\fI~/\&amp;.icmake\fP and/or \fI/etc/icmake/\fP\&amp;. Once a file is found it is used
++\fI~/\&amp;.icmake\fP and/or \fI__MACPORTS__/etc/icmake/\fP\&amp;. Once a file is found it is used
+ allowing partial overrides of the default files provided by
+ \fBicmake\fP(1)\&amp;.
+ .IP o 
+@@ -57,7 +57,7 @@ full directory and its subdirectories wi
+ \fI\-s skeleton\-path\fP 
+ .br 
+ By default skeleton files are listed in the skeleton resource file
+-\fI/usr/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
++\fI__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP\&amp;. Alternatively, the skeleton
+ resource file may be specified by the \fIICM\fP environment variable,
+ which \-in turn\- may be overruled by the path specified with the \fI\-s\fP
+ option\&amp;. The skeleton path may be specified as a full file\-path or as a
+@@ -73,7 +73,7 @@ Skeleton resource files may contain comm
+ with the hash\-mark (\fI#\fP)) which is ignored, and should otherwise contain
+ specifications of resource \fBs\fP to install\&amp;.
+ .PP 
+-The default resource file is \fI/etc/icmake/icmstart\&amp;.rc\fP, contains
++The default resource file is \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, contains
+ .nf 

+     CLASSES
+@@ -97,7 +97,7 @@ recognized and processed by \fIicmstart\
+ If the \fI\-c\fP option was specified configuration files found in the path
+ specified at this option are used\&amp;. If not specified or if a file isn\(cq\&amp;t
+ found then the path \fI~/icmake\fP is inspected\&amp;. If a configuration file isn\(cq\&amp;t
+-found in \fI~/icmake\fP either, configuration files in \fI/etc/icmake\fP are used\&amp;.
++found in \fI~/icmake\fP either, configuration files in \fI__MACPORTS__/etc/icmake\fP are used\&amp;.
+ .PP 
+ Configuration files are not required for the proper operation of \fIicmstart\fP\&amp;.
+ When absent \fIicmstart\fP performs the following  default actions:
+@@ -155,15 +155,14 @@ initial project directory, \fIicmconf\fP
+ )
+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of a \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of a \fBicmbuild\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmstart\&amp;.rc\fP
++\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
+ Default skeleton resource file\&amp;.

+ .PP 
+Index: doc/icmstart.rc.7
+===================================================================
+--- doc/icmstart.rc.7.orig
++++ doc/icmstart.rc.7
+@@ -10,7 +10,7 @@ icmstart\&amp;.rc \- The icmstart(1) resourc
+ The \fBicmstart\&amp;.rc\fP file defines the initial files of a program that are
+ installed by \fBicmstart\fP(1)\&amp;. 
+ .PP 
+-By default \fBicmstart\&amp;.rc\fP is found in \fI/etc/icmake/icmstart\&amp;.rc\fP, but if a
++By default \fBicmstart\&amp;.rc\fP is found in \fI__MACPORTS__/etc/icmake/icmstart\&amp;.rc\fP, but if a
+ file \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP is found then the latter file is used by
+ \fBicmstart\fP(1)\&amp;. \fI$HOME/\&amp;.icmake/icmstart\&amp;.rc\fP in turn is overruled by
+ specifying a \fI\-c\fP option when invoking \fBicmstart\fP(1)\&amp;.
+@@ -115,15 +115,14 @@ Empty lines are skipped\&amp;.

+ .PP 
+ .SH &quot;FILES&quot;
+-The mentioned paths are sugestive only and may be installation dependent:
+ .IP o 
+-\fB/usr/share/icmake/icmconf\fP
++\fB__MACPORTS__/share/icmake/icmconf\fP
+ Example of an \fBicmbuild\fP configuration file;
+ .IP o 
+-\fB/usr/share/icmake/CLASSES\fP
++\fB__MACPORTS__/share/icmake/CLASSES\fP
+ Example of an \fBicmbuild\fP \fICLASSES\fP file\&amp;.
+ .IP o 
+-\fB/usr/share/icmake/icmstart\&amp;.rc\fP
++\fB__MACPORTS__/share/icmake/icmstart\&amp;.rc\fP
+ Default skeleton resource file\&amp;.

+ .PP 
</ins></span></pre>
</div>
</div>

</body>
</html>