openbsd-ports/audio/libmad/files/mad.pc.in
naddy 874b70afb4 * Add pkgconfig file.
* Update home page.

From: fgsch@, reworked by yours truly
2005-06-04 15:30:58 +00:00

16 lines
310 B
PkgConfig

# $OpenBSD: mad.pc.in,v 1.1 2005/06/04 15:30:58 naddy Exp $
# 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}