the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: imboot
Version: 1.03
Revision: 1
Description: Bootstrap a Makefile from an Imakefile
License: Public Domain
Maintainer: Hanspeter Niederstrasser
BuildDependsOnly: true
Source: http://www.snake.net/software/imake-stuff/%n-%v.tar.gz
Source-MD5: f9941664506138f4b1fa3d61321f793b
PatchScript: <<
sed 's|XCOMM|#|g;s|CONFIGROOTDIR|%p/lib/config|g;s|mv=MV|mv=/bin/mv|g;s|rm=RM|rm=/bin/rm|g' < imboot.cpp > imboot
sed 's|XCOMM|#|g;s|CONFIGROOTDIR|%p/lib/config|g' < imboot.man.cpp > imboot.man
<<
CompileScript: <<
chmod a+x imboot
<<
InstallScript: <<
/bin/mkdir -p %i/bin
/bin/cp imboot %i/bin/imboot
/bin/mkdir -p %i/share/man/man1
/bin/cp imboot.man %i/share/man/man1/imboot.1
/bin/mkdir -p %i/lib/config
<<
DocFiles: README Log
Homepage: http://www.snake.net/software/imake-stuff/
DescUsage: <<
imboot
Any package that BuildDepends on imboot also needs to BuildDepend
on x11 (or whatever package contains imake).
<<
DescDetail: <<
imboot is a general-purpose imake bootstrapper that can be used
to select from among an arbitrary number of sets of configuration
files. It can be used to avoiding having multiple bootstrappers
around. It also can be used when you have an extensible
configuration file architecture that allows you to used publicly-
installed configuration files whose contents can be selectively
overridden with private files located within your project. imboot
comes in sh or Perl versions.
<<
DescPackaging: <<
Only installs the sh version and not the Perl version. Both are functionally equivalent.
<<
DescPort: <<
Does not use the imake/make compile described in README because it sends everything to /usr/X11R6.
<<