mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
693cddc199
install pkgconfig files as the more commonly used lua5.x.pc as well as existing lua5x.pc
18 lines
308 B
Makefile
18 lines
308 B
Makefile
COMMENT= powerful, light-weight programming language (version ${VERSION})
|
|
|
|
DISTNAME= lua-${VERSION}
|
|
|
|
CATEGORIES= lang
|
|
|
|
SITES= https://www.lua.org/ftp/ \
|
|
https://www.tecgraf.puc-rio.br/lua/ftp/
|
|
|
|
HOMEPAGE= https://www.lua.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_FLAGS+= CC="${CC}" MYLDFLAGS=-lm
|
|
|
|
NO_TEST= Yes
|