xref: /freebsd/contrib/libedit/libedit.pc (revision 68a449f09e2a38def9df822d42f91ecd2f27b0e2)
1prefix=/usr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: libedit
7Description: command line editor library providing generic line editing, history, and tokenization functions.
8Version: 3.1
9Requires:
10Libs: -Wl,-R${libdir} -L${libdir} -ledit
11Libs.private: -ltermcap
12Cflags: -I${includedir} -I${includedir}/readline
13