mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
Highlights from this new version: Main new features are support for integers, bitwise operators, and a basic utf-8 library Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes List of incompatibilities with lua 5.2: http://www.lua.org/manual/5.3/manual.html#8
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}
|