mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
11 lines
215 B
PkgConfig
11 lines
215 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: %%name%%
|
|
Description: %%description%%
|
|
Version: %%version%%
|
|
Libs: -L${libdir} -lfreeimage
|
|
Cflags: -I${includedir}
|