edd 8964b8edf9 Update libvterm to version 20191009.
Diff from Travis Cole with input from myself and sthen@.

OK sthen@

Thanks!
2019-11-20 13:40:12 +00:00

30 lines
705 B
Makefile

# $OpenBSD: Makefile,v 1.3 2019/11/20 13:40:12 edd Exp $
COMMENT = VT220/xterm/ECMA-48 terminal emulator library
# No releases, so use date and a git hash.
# Note that the github repo is a mirror of a bzr repo.
VERSION = 20191009
DISTNAME = libvterm-${VERSION}
GH_ACCOUNT = neovim
GH_PROJECT = libvterm
# Note this git sha is from the nvim branch because
# Neovim requires patches from this branch to build.
# see https://github.com/neovim/neovim/wiki/Deps
GH_COMMIT = 7c72294d84ce20da4c27362dbd7fa4b08cfc91da
SHARED_LIBS += vterm 1.0 # 0.0
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
DEBUG_PACKAGES = ${BUILD_PACKAGES}
WANTLIB += c
USE_GMAKE = Yes
.include <bsd.port.mk>