zhuk 7cdc0b7a1f Update oicb to 1.3.1.
This is a happy-new-year-openbsd edition, featuring op@ as Ded Moroz:
 * new feature: ring a terminal bell when mentioned on public chat,
   or when a private message is received.
2023-01-01 10:49:19 +00:00

20 lines
403 B
Makefile

COMMENT = minimalistic command-line ICB client
VERSION = 1.3.1
DISTNAME = oicb-${VERSION}
CATEGORIES = net
MAINTAINER = Vadim Zhukov <zhuk@openbsd.org>
# 2-clause BSD
PERMIT_PACKAGE = Yes
# uses pledge() and unveil()
WANTLIB = c curses readline
MASTER_SITES = https://github.com/grayed/oicb/releases/download/v${VERSION}/
NO_TEST = Yes
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>