mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
- Cleanup of variables - Use the 'bsd' target for build stage - Add options to to select interactive command line editing - Add options to control debug options - Add option for HTML documentation - No change log provided upstream Submitted by: Russel Haley (russ.haley@gmail.com) Andrew Gierth (andrew_tao173.riddles.org.uk) Differential Revision: https://reviews.freebsd.org/D13690
10 lines
249 B
PkgConfig
10 lines
249 B
PkgConfig
version=%%version%%
|
|
libdir=%%libdir%%
|
|
includedir=%%includedir%%
|
|
soname=%%soname%%
|
|
|
|
Name: Lua
|
|
Description: Powerful, efficient, lightweight, embeddable scripting language.
|
|
Version: ${version}
|
|
Libs: -L${libdir} -l${soname} -lm
|
|
Cflags: -I${includedir}
|