Package: tmake Version: 1.13 Revision: 1 Source: http://distcache.FreeBSD.org/local-distfiles/sunpoet/%n-%v.tar.gz # Source: ftp://ftp.trolltech.com/freebies/%n/%n-%v.tar.gz Source-MD5: 02909d15e5eee9d355b81d74b98a3bea BuildDepends: fink-buildenv-modules (>= 0.1.3-1), fink (>= 0.24.12) PatchFile: %n.patch PatchFile-MD5: 85933b47c0ef0241c8d09d28e2d63ff2 PatchScript: << #!/bin/sh -ev . %p/sbin/fink-buildenv-helper.sh sed 's|@PREFIX@|%p|g' < %{PatchFile} | sed "s|/usr/X11R6|$X11_BASE_DIR|g" | patch -p1 << CompileScript: echo "No configuration or compilation necessary." InstallScript: << install -d %i/bin install -d %i/lib/tmake/darwin-c++ install -c bin/tmake %i/bin install -c bin/progen %i/bin install -c lib/darwin-c++/* %i/lib/tmake/darwin-c++ << DocFiles: CHANGES LICENSE README doc/* RuntimeVars: << TMAKEPATH: %p/lib/tmake/darwin-c++ << Description: Tool for creating and maintaining makefiles DescDetail: << tmake is a tool that allows the user to create and maintain makefiles across different platforms and compilers. << DescPackaging: << Former Maintainer: Jeremy Higgs << DescPort: << Patch adds directory for darwin-c++ compiler. << Maintainer: None License: Restrictive/Distributable Homepage: ftp://ftp.trolltech.com/freebies/tmake/