mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
d52971d56c
Approved by: maintainer Obtained from: Debian
12 lines
217 B
PkgConfig
12 lines
217 B
PkgConfig
prefix=%PREFIX%
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: mad
|
|
Description: MPEG Audio Decoder
|
|
Requires:
|
|
Version: %VERSION%
|
|
Libs: -L${libdir} -lmad -lm
|
|
Cflags: -I${includedir}
|