# 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: make Version: 4.1 Revision: 2 Maintainer: Max Horn Source: mirror:gnu:%n/%n-%v.tar.bz2 Source-MD5: 57a7a224a822f94789a587ccbcedff69 # Note: We are using guile18 for now, as that has fewer dependencies # than guile20 # Note: bdep on guile18 is needed since it contains the guile-1.8.pc # pkgconfig, not guile18-dev as one might expect. BuildDepends: << fink (>= 0.24.12-1), fink-package-precedence, gettext-bin, gettext-tools, gmp5, guile18-dev, guile18 << Depends: gmp5-shlibs, guile18-shlibs, libtool2-shlibs ConfigureParams: << --mandir=%p/share/man \ --infodir=%p/share/info << SetCPPFLAGS: -mdynamic-no-pic InfoTest: TestScript: make check || exit CompileScript: << ./configure %c make fink-package-precedence . << InstallScript: make install DESTDIR=%d Description: Software build tool DocFiles: README ABOUT-NLS AUTHORS COPYING NEWS README.customs InfoDocs: %n.info DescPort: << Uses autoconf. Disable a test that always fails on HFS+ volumes. << License: GPL Homepage: http://www.gnu.org/software/make/make.html