mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
PR: 252062 Submitted by: mikael Approved by: maintainer timeout (corsmith@gmail.com, >2 weeks)
11 lines
273 B
PkgConfig
11 lines
273 B
PkgConfig
prefix=%%LOCALBASE%%
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${exec_prefix}/include
|
|
|
|
Name: libyuv
|
|
Description: YUV conversion and scaling functionality library
|
|
Version: %%DISTVERSION%%
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lyuv
|
|
Libs.private: -ljpeg
|