2020-04-15 13:31:42 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2020/04/15 13:31:42 fcambus Exp $
|
2019-01-18 11:41:36 +00:00
|
|
|
|
|
|
|
COMMENT = keyboard driven tiling window manager
|
|
|
|
|
2019-08-21 20:35:27 +00:00
|
|
|
DISTNAME = coma-1.1
|
2020-04-15 13:31:42 +00:00
|
|
|
REVISION = 0
|
2019-01-18 11:41:36 +00:00
|
|
|
|
|
|
|
CATEGORIES = x11
|
|
|
|
|
|
|
|
HOMEPAGE = https://coma.one/wm/
|
|
|
|
|
|
|
|
# ISC
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2019-01-18 11:41:36 +00:00
|
|
|
|
|
|
|
WANTLIB += X11 Xft c
|
|
|
|
|
|
|
|
MASTER_SITES = https://coma.one/releases/
|
|
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
2019-08-21 20:35:27 +00:00
|
|
|
pre-install:
|
|
|
|
@sed -i 's,zsh,sh,' ${WRKSRC}/scripts/*
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/coma
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${PREFIX}/share/doc/coma
|
|
|
|
|
2019-01-18 11:41:36 +00:00
|
|
|
.include <bsd.port.mk>
|