aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/imake.rb
AgeCommit message (Collapse)Author
2013-09-11imake: use resourceAdam Vandenberg
2013-05-19imake: use env :std for nowJack Nagel
There are some CPP issues here that will probably resurface under stdenv once other compilers go away, but this works for now.
2013-05-19imake: style nitsJack Nagel
2013-02-02imake: Patch to work with superenvSamuel John
Closes #16420. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-16imake 1.0.5nibbles 2bits
Upgrade imake to version 1.0.5. Add `ENV[PKG_CONFIG_PATH]` to pick up `xorg-macros.pc` because using ENV.x11 did not work. Add `--disable-dependency-tracking`. Remove the `--mandir` that's not needed anymore. Tested on Lion with clang and llvm from XCode-4.3.3. Closes #12872. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-15New formula: imake 1.0.4Rui Pereira
The X Window System used imake extensively up through the X11R6.9 release, for both full builds within the source tree and external software. X has since moved to GNU autoconf and automake for its build system in X11R7.0 and later releases, but still maintains imake for building existing external software programs that have not yet converted. Signed-off-by: Jack Nagel <jacknagel@gmail.com>