forked from ports/contrib
10 lines
216 B
PkgConfig
10 lines
216 B
PkgConfig
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libcrypto++-@VERSION@
|
|
Description: Class library of cryptographic schemes
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lcryptopp
|
|
Cflags: -I${includedir}
|