blob: 62aa5c8571840daf297e8417b32b47a4b6980b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
COMMENT = minimal terminal emulator for wayland
GH_ACCOUNT = ii8
GH_PROJECT = havoc
GH_TAGNAME = 0.4.0
CATEGORIES = wayland
HOMEPAGE = https://github.com/ii8/havoc
WANTLIB = epoll-shim util wayland-client wayland-cursor xkbcommon m c
# MIT
PERMIT_PACKAGE = Yes
USE_GMAKE = Yes
LIB_DEPENDS = devel/epoll-shim \
wayland/wayland \
x11/xkbcommon
ALL_TARGET =
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/havoc
${INSTALL_DATA} ${WRKSRC}/havoc.cfg ${PREFIX}/share/examples/havoc
DEBUG_PACKAGES = ${BUILD_PACKAGES}
.include <bsd.port.mk>
|