edd 7111e74822 devel/libtermkey: Update to v0.22.
Sent in by Matthew Martin, thanks!
2020-06-08 21:07:16 +00:00

26 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/06/08 21:07:16 edd Exp $
COMMENT = library for processing of keyboard entry from a terminal
DISTNAME = libtermkey-0.22
SHARED_LIBS += termkey 0.2 # 15.2
CATEGORIES = devel
HOMEPAGE = http://www.leonerd.org.uk/code/libtermkey/
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += unibilium
MASTER_SITES = ${HOMEPAGE}
LIB_DEPENDS = devel/unibilium
USE_GMAKE = Yes
MAKE_FLAGS = PREFIX=${PREFIX} \
MANDIR=${PREFIX}/man
.include <bsd.port.mk>