13 lines
401 B
PkgConfig
13 lines
401 B
PkgConfig
|
# $OpenBSD: nspr.pc.in,v 1.1 2006/11/06 14:35:45 ajacoutot Exp $
|
||
|
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: NSPR
|
||
|
Description: The Netscape Portable Runtime
|
||
|
Version: @MOD_MAJOR_VERSION@.@MOD_MINOR_VERSION@.@MOD_PATCH_VERSION@
|
||
|
Libs: -L${libdir} -lplds@MOD_MAJOR_VERSION@ -lplc@MOD_MAJOR_VERSION@ -lnspr@MOD_MAJOR_VERSION@ @OS_LIBS@
|
||
|
Cflags: -I${includedir}
|