Library for converting WMF (Window Metafile Format) files
libwmf is a library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window, or (b) converting them to more standard/open file formats.
libwmf is a library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window, or (b) converting them to more standard/open file formats.
To install libwmf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libwmf
To see what files were installed by libwmf, run:
port contents libwmf
To later upgrade libwmf, run:
sudo port selfupdate && sudo port upgrade libwmf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.