mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
c5aeb93cd5
PR: ports/101612 Submitted by: alepulver Hat: portmgr
78 lines
2.7 KiB
Plaintext
78 lines
2.7 KiB
Plaintext
@exec mkdir -p %D/share/lua/%%LUA_VER%%
|
|
@exec mkdir -p %D/lib/lua/%%LUA_VER%%
|
|
bin/lua-%%LUA_VER%%
|
|
%%LUA_BINDIR%%/lua
|
|
%%LUA_BINDIR%%/luac
|
|
bin/luac-%%LUA_VER%%
|
|
%%LUA_INCDIR%%/lauxlib.h
|
|
%%LUA_INCDIR%%/lua.h
|
|
%%LUA_INCDIR%%/luadebug.h
|
|
%%LUA_INCDIR%%/lualib.h
|
|
lib/liblua-%%LUA_VER%%.so
|
|
lib/liblua-%%LUA_VER%%.so.%%LUA_VER_SH%%
|
|
lib/liblualib-%%LUA_VER%%.so
|
|
lib/liblualib-%%LUA_VER%%.so.0
|
|
%%LUA_LIBDIR%%/liblua-%%LUA_VER%%.so.%%LUA_VER_SH%%
|
|
%%LUA_LIBDIR%%/liblua.a
|
|
%%LUA_LIBDIR%%/liblua.so
|
|
%%LUA_LIBDIR%%/liblualib-%%LUA_VER%%.so.%%LUA_VER_SH%%
|
|
%%LUA_LIBDIR%%/liblualib.a
|
|
%%LUA_LIBDIR%%/liblualib.so
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/Makefile
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/bin2c.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/def.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/lua.ico
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/lua.magic
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/lua.xpm
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/min.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/setfallback.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/stdcall.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/etc/trace.c
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/idx.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/logo.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/lua.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/luac.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/manual.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/readme.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/bisect.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/cf-for.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/cf.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/ps/hilbert.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/ps/ps.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/www/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/www/db.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/www/staff.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/examples/www/template.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/factorial.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/fib.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/globals.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/hello.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/life.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/lisp.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/old.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/qp.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/save.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/sort.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/table.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/trace-calls.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/trace-globals.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/undefined.lua
|
|
%%PORTDOCS%%%%DOCSDIR%%/test/webform.lua
|
|
@dirrm share/lua/%%LUA_VER%%
|
|
@dirrmtry share/lua
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test/examples/www
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test/examples/ps
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test/examples
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/test
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/etc
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm %%LUA_LIBDIR%%
|
|
@dirrm lib/lua/%%LUA_VER%%
|
|
@dirrmtry lib/lua
|
|
@dirrm %%LUA_INCDIR%%
|
|
@dirrm %%LUA_BINDIR%%
|