the Fink project is an effort to port
popular Unix programs to Mac OS X
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.
Package: tree
Version: 1.5.3
Revision: 1
Maintainer: Max Horn
Source: ftp://mama.indstate.edu/linux/tree/tree-%v.tgz
Source-MD5: c07ce9065667a23f27aca4de8ecccb10
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 8e706d207e399f8260e8ca9fad64d4b0
CompileScript: make prefix=%p
DocFiles: CHANGES LICENSE README
Description: Recursive directory listing program
License: GPL
Homepage: http://mama.indstate.edu/users/ice/tree/
diff -ru tree-1.5.2.2/Makefile tree-1.5.2.2-patched/Makefile
--- tree-1.5.2.2/Makefile 2009-01-22 16:03:11.000000000 +0100
+++ tree-1.5.2.2-patched/Makefile 2009-04-15 15:43:46.000000000 +0200
@@ -42,10 +42,11 @@
#XOBJS=strverscmp.o
# Uncomment for OS X:
-#CC=cc
-#CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
-#LDFLAGS=
-#XOBJS=strverscmp.o
+CC=cc
+CFLAGS=-O2 -Wall -fomit-frame-pointer -no-cpp-precomp
+LDFLAGS=
+XOBJS=strverscmp.o
+MANDIR=${prefix}/share/man/man1
# Uncomment for HP/UX:
#CC=cc