Annotation of embedaddon/expat/expat.pc.in, revision 1.1

1.1     ! misho       1: prefix=@prefix@
        !             2: exec_prefix=@exec_prefix@
        !             3: libdir=@libdir@
        !             4: includedir=@includedir@
        !             5: 
        !             6: Name: expat
        !             7: Version: @PACKAGE_VERSION@
        !             8: Description: expat XML parser
        !             9: URL: http://www.libexpat.org
        !            10: Libs: -L${libdir} -lexpat
        !            11: Cflags: -I${includedir}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>