mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
761e2198cb
- set portroach to ignore for branches where it has been announced that there are no more updates. - install a link to lua/luac binaries i.e. lua5.1 -> lua51, etc. this is a more standard naming and allows some software to build without annoying patching.
25 lines
506 B
Plaintext
25 lines
506 B
Plaintext
@option no-default-conflict
|
|
@option is-branch
|
|
@conflict lua->=5.1.5,<5.2
|
|
@pkgpath lang/lua
|
|
@bin bin/lua5.1
|
|
@bin bin/lua51
|
|
@bin bin/luac5.1
|
|
@bin bin/luac51
|
|
include/lua-5.1/
|
|
include/lua-5.1/lauxlib.h
|
|
include/lua-5.1/lua.h
|
|
include/lua-5.1/lua.hpp
|
|
include/lua-5.1/luaconf.h
|
|
include/lua-5.1/lualib.h
|
|
@static-lib lib/liblua5.1.a
|
|
@lib lib/liblua5.1.so.${LIBlua5.1_VERSION}
|
|
lib/lua/
|
|
lib/lua/5.1/
|
|
lib/pkgconfig/lua5.1.pc
|
|
lib/pkgconfig/lua51.pc
|
|
@man man/man1/lua51.1
|
|
@man man/man1/luac51.1
|
|
share/lua/
|
|
share/lua/5.1/
|