Annotation of embedaddon/readline/readline.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: Readline
        !             7: Description: Gnu Readline library for command line editing
        !             8: URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
        !             9: Version: @LIBVERSION@
        !            10: Libs: -L${libdir} -lreadline
        !            11: Cflags: -I${includedir}

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