mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Rework the makefile to use jmmv method from PR which is cleaner than my initial attempt PR: ports/180786 Submitted by: jmmv
10 lines
217 B
PkgConfig
10 lines
217 B
PkgConfig
version=%%version%%
|
|
libdir=%%libdir%%
|
|
includedir=%%includedir%%
|
|
soname=%%soname%%
|
|
|
|
Name: Lua
|
|
Description: An Extensible Extension Language
|
|
Version: ${version}
|
|
Libs: -L${libdir} -l${soname} -lm
|
|
Cflags: -I${includedir}
|