10 lines
344 B
Makefile
10 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>
|