include ../../Library/Config.mk include ../../Library/Rudix.mk include ../../Library/UnixFormula.mk define build_pre_hook cd ${BuildDir} ; \ patch -p0 Makefile ../OSX.diff endef Description= Tree, a recursive depth-indented listing tool Site= http://mama.indstate.edu/users/ice/tree/ License= GPL Title= Tree $(Version) Name= tree Version= 1.6.0 Revision= 1 URL= http://mama.indstate.edu/users/ice/tree/src/ Source= $(Name)-$(Version).tgz ReadMeFile= $(SourceDir)/README LicenseFile= $(SourceDir)/LICENSE define install_inner_hook install -d $(InstallDir)$(BinDir) install -d $(InstallDir)$(ManDir)/man1 install -m 755 $(BuildDir)/tree $(InstallDir)$(BinDir) install -m 644 $(BuildDir)/doc/tree.1* $(InstallDir)${ManDir}/man1/ $(install_base_documentation) endef test: touch test pmdoc: $(create_pmdoc)