openbsd-ports/devel/libmpack/Makefile
2022-03-11 18:49:30 +00:00

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>