freebsd-ports/x11-wm/rubygem-uh-wm/Makefile
Steve Wills 4163d27e5c x11-wm/rubygem-uh-wm: create port
uhwm is a minimalistic tiling and stacking window manager for X. It shares some
similarities with dwm and wmii, but is written in ruby so you can configure and
extend features directly with ruby code.

WWW: https://rubygems.org/gems/uh-wm

PR:		216434
Submitted by:	Thibault Jouan <tj+freebsd_bugs@a13.fr>
2017-01-26 18:37:04 +00:00

23 lines
458 B
Makefile

# $FreeBSD$
PORTNAME= uh-wm
PORTVERSION= 0.0.15
CATEGORIES= x11-wm rubygems
MASTER_SITES= RG
MAINTAINER= tj+freebsd_ports@a13.fr
COMMENT= Minimalistic tiling and stacking window manager
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-uh>=2.0.2:x11-toolkits/rubygem-uh \
rubygem-uh-layout>=0.4.2:x11-wm/rubygem-uh-layout \
rubygem-rb-kqueue>=0.2.4:devel/rubygem-rb-kqueue
USE_RUBY= yes
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/uhwm
.include <bsd.port.mk>