diff options
Diffstat (limited to 'wayland/havoc/Makefile')
-rw-r--r-- | wayland/havoc/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/wayland/havoc/Makefile b/wayland/havoc/Makefile new file mode 100644 index 0000000..62aa5c8 --- /dev/null +++ b/wayland/havoc/Makefile @@ -0,0 +1,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> |