openbsd-ports/graphics/libraw/files/raw.pc
phessler 02a811396f use -fPIC so the library can be used in some other software (coming soon)
while here, adjust .pc file to be in the same style as other .pc files

bump REVISION

OK landry@
2010-10-24 12:13:27 +00:00

11 lines
202 B
PkgConfig

prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: raw
Description: libraw
Version: %%VERSION%%
Libs: -L${libdir} -lraw
Cflags: -I${includedir}/libraw