# $Id: Portfile,v 1.1 2004/02/09 06:26:29 rshaw Exp $ PortSystem 1.0 name ihook version 1.0.1 categories aqua maintainers rshaw@opendarwin.org description A graphical interface frontend for commandline executables long_description iHook is a graphical frontend for any commandline \ executable. It gives scripts a pleasant Aqua face, \ and allows script writers to provide graphical \ feedback without having to learn one of the higher \ APIs available for Mac OS X. platforms darwin homepage http://rsug.itd.umich.edu/software/ihook/ fetch.type cvs cvs.root :pserver:anonymous@rsug.itd.umich.edu:/usr/local/src/cvsroot cvs.password RSUG cvs.module ${name} set cvsdate 20040118 distname ${name} post-fetch { cd ${worksrcpath} system "/usr/bin/env ${cvs.env} cvs update -D ${cvsdate}" } use_configure no pre-build { cd ${worksrcpath} system "cc -framework Security -o shookexec selfrepair.c shookexec.c" } build.type pbx build.target destroot { set appPath ${destroot}/Applications/DarwinPorts cd ${worksrcpath}/build xinstall -d -m 0755 ${appPath} system "ditto -v -rsrcFork iHook.app ${appPath}/iHook.app" }