diff --git a/wand/MagickWand.pc.in b/wand/MagickWand.pc.in
new file mode 100644
index 0000000..2dceec8
--- /dev/null
+++ b/wand/MagickWand.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/ImageMagick
+
+Name: MagickWand
+Version: @PACKAGE_VERSION@
+Description:  MagickWand - C API for ImageMagick
+Requires: ImageMagick
+Libs: -L${libdir} -lMagickWand -lMagickCore
+Cflags: -I${includedir} @MAGICK_PCFLAGS@