aboutsummaryrefslogtreecommitdiff
path: root/x11/xbanish/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-31 19:19:49 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-31 19:19:49 +0000
commiteca7f206e4a3d085fd1460a0024ac4e23153ae4c (patch)
tree5c337eb63d4afde945e4f8a5909ade01dc23457f /x11/xbanish/Makefile
parentefb53ba40ba25433f23f1fc52f183b67eb553408 (diff)
downloadports-eca7f206e4a3d085fd1460a0024ac4e23153ae4c.tar.gz
ports-eca7f206e4a3d085fd1460a0024ac4e23153ae4c.zip
Notes
Diffstat (limited to 'x11/xbanish/Makefile')
-rw-r--r--x11/xbanish/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xbanish/Makefile b/x11/xbanish/Makefile
new file mode 100644
index 000000000000..7f55839dd309
--- /dev/null
+++ b/x11/xbanish/Makefile
@@ -0,0 +1,24 @@
+# Created by: Tobias Kortkamp <t@tobik.me>
+# $FreeBSD$
+
+PORTNAME= xbanish
+PORTVERSION= 1.4
+DISTVERSIONPREFIX= v
+CATEGORIES= x11
+
+MAINTAINER= t@tobik.me
+COMMENT= Banish the mouse cursor when typing
+
+LICENSE= BSD3CLAUSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= jcs
+
+USE_XORG= x11 xfixes xi xt
+
+MAKE_ARGS= X11BASE="${PREFIX}"
+
+PLIST_FILES= bin/xbanish \
+ man/man1/xbanish.1.gz
+
+.include <bsd.port.mk>