Annotation of embedaddon/pcre/libpcre32.pc.in, revision 1.1.1.1

1.1       misho       1: # Package Information for pkg-config
                      2: 
                      3: prefix=@prefix@
                      4: exec_prefix=@exec_prefix@
                      5: libdir=@libdir@
                      6: includedir=@includedir@
                      7: 
                      8: Name: libpcre32
                      9: Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
                     10: Version: @PACKAGE_VERSION@
                     11: Libs: -L${libdir} -lpcre32
                     12: Cflags: -I${includedir} @PCRE_STATIC_CFLAG@

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