summaryrefslogtreecommitdiff
path: root/x11-wm/wideriver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wideriver/Makefile')
-rw-r--r--x11-wm/wideriver/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-wm/wideriver/Makefile b/x11-wm/wideriver/Makefile
new file mode 100644
index 000000000000..dfc906a1257a
--- /dev/null
+++ b/x11-wm/wideriver/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= wideriver
+DISTVERSION= 1.3.0
+CATEGORIES= x11-wm
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= Tiling window manager for the river wayland compositor
+WWW= https://github.com/alex-courtis/wideriver
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
+ libwayland-client.so:graphics/wayland
+RUN_DEPENDS= river:x11-wm/river
+
+USES= gmake pkgconfig
+
+USE_GITHUB= yes
+GH_ACCOUNT= alex-courtis
+
+MAKEFILE= GNUmakefile
+
+PLIST_FILES= bin/wideriver \
+ share/man/man1/wideriver.1.gz
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>