11 lines
344 B
Makefile
11 lines
344 B
Makefile
|
# The SUBDIRs used here fetch the same distfile. Although we could have used a
|
||
|
# single directory, the mix of SUBPACKAGES and Lua FLAVORS makes the port
|
||
|
# somewhat complicated. We opted to keep it simple and split them out.
|
||
|
|
||
|
SUBDIR = main
|
||
|
SUBDIR += lua
|
||
|
SUBDIR += lua,lua52
|
||
|
SUBDIR += lua,lua53
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|