I want several machines on my network to be able to use some libraries installed with MacPorts (the libraries are ImageMagick and its dependent image libs).
I do not want to build and install for each machine -- is it possible to tell macports to install to say /Volumes/network_drive/macports? Then, I'll just configure all of my machines to add /Volumes/network_drive/macports/bin to $PATH.
Is this possible, or even good practice?