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

19 lines
322 B
Makefile

# $OpenBSD: Makefile.inc,v 1.1.1.1 2017/02/04 12:40:43 edd Exp $
V ?= 1.0.3
DISTNAME ?= libmpack-${V}
GH_ACCOUNT ?= tarruda
GH_PROJECT ?= libmpack
GH_TAGNAME ?= ${V}
CATEGORIES ?= devel
HOMEPAGE ?= https://github.com/tarruda/libmpack
# MIT
PERMIT_PACKAGE_CDROM ?= Yes
USE_GMAKE ?= Yes
MAKE_FLAGS ?= config=release