mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 21:31:25 +00:00
12 lines
291 B
PkgConfig
12 lines
291 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libmikmod
|
|
Description: Library for playing Module Files and for Sound Effects
|
|
Version: 3.3.11
|
|
URL: http://mikmod.sourceforge.net/
|
|
Libs: -L${libdir} -lmikmod
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|