ports/audio/libmad/files/mad.pc.in

14 lines
250 B
PkgConfig

# libmad pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: mad
Description: MPEG Audio Decoder
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lmad -lm
Cflags: -I${includedir}