23 lines
364 B
Makefile

# $OpenBSD: Makefile,v 1.2 2019/07/12 20:51:09 sthen Exp $
COMMENT = keyboard driven tiling window manager
DISTNAME = coma-1.0
CATEGORIES = x11
HOMEPAGE = https://coma.one/wm/
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xft c
MASTER_SITES = https://coma.one/releases/
NO_TEST = Yes
.include <bsd.port.mk>