> On 9 Mar 2019, at 08:40, Werner LEMBERG <w...@gnu.org> wrote:
> 
> I've just remembered that the MacPorts man page of the `port'
> packaging manager shows the following.
> 
>  PACKAGING ACTIONS
>    There are also actions for producing installable packages of
>    ports:
> 
>    mdmg
>        Creates an Internet-enabled disk image containing a macOS
>        metapackage of portname and its dependencies.
> 
> See also
> 
>  
> https://guide.macports.org/chunked/using.binaries.html#using.binaries.binary-packages

One can also set custom locations for the binaries and any eventual apps. For 
the record, I did the below intended for lilypond-2.19, with the extra MacPorts 
and binaries in /usr/local/lilypond-2.19 and apps in 
/Applications/LilyPond-2.19. As it is rather large, I did not do the 
'/usr/local/lilypond-2.19/bin/port install lilypond-devel'.

Also, the MacPorts does not install any documentation, it seems.

>From [1]:

curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.5.4.tar.bz2
tar xf MacPorts-2.5.4.tar.bz2
cd MacPorts-2.5.4/
./configure --prefix=/usr/local/lilypond-2.19 
--with-applications-dir=/Applications/LilyPond-2.19 --without-startupitems
make
sudo make install

1. 
https://guide.macports.org/chunked/installing.macports.html#installing.macports.source.multiple



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to