Advertisement
dominus

Untitled

Jan 28th, 2021
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
  2.  
  3. PortSystem 1.0
  4. PortGroup cmake 1.1
  5.  
  6. categories audio emulators
  7. maintainers openmaintainer
  8. license LGPL
  9.  
  10. name munt-mt32emu
  11. version 2.4.0
  12.  
  13. description Munt library
  14. long_description mt32emu is a C/C++ library which allows to emulate (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules.
  15.  
  16. platforms darwin
  17.  
  18. homepage http://munt.sourceforge.net
  19. master_sites sourceforge:projects/munt/files/munt/${version}
  20.  
  21. distname munt-${version}
  22.  
  23. checksums rmd160 9f3c76daf60294613e4e2646eba9e76d506c85ff \
  24. sha256 b4f7054df1d3f89e2cc683ff6182c4d0a272daceffc4d27fd968b6eaebcdc9ed \
  25. size 474789
  26.  
  27.  
  28. configure.args-append \
  29. -Dmunt_WITH_MT32EMU_SMF2WAV=FALSE \
  30. -Dmunt_WITH_MT32EMU_QT=FALSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement