edd c7d8461abe Import devel/libmpack. Needed for neovim.
---8<---
libmpack is a small binary serialization/RPC library that implements both the
msgpack and msgpack-rpc specifications.
--->8---

OK jca@ and with input from sthen@. Many thanks.
2017-02-04 12:40:43 +00:00

13 lines
407 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/02/04 12:40:43 edd Exp $
#
# 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>