diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-10 00:20:28 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-10 00:20:28 +0800 |
commit | 5fab3626342f85468f09bc338a420510d9b9ee5c (patch) | |
tree | 85f60bae175ee103ae7b46fd3f91f3c495ca3946 /x11-wm/i3 | |
parent | a2603f3d1820159d137c17fee55a0be6b36678d8 (diff) | |
download | freebsd-ports-gnome-5fab3626342f85468f09bc338a420510d9b9ee5c.tar.gz freebsd-ports-gnome-5fab3626342f85468f09bc338a420510d9b9ee5c.tar.zst freebsd-ports-gnome-5fab3626342f85468f09bc338a420510d9b9ee5c.zip |
i3 is an improved dynamic, tiling window manager.
Based on wmii and supports Xinerama
WWW: http://i3.zekjur.net/
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 32 | ||||
-rw-r--r-- | x11-wm/i3/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/i3/pkg-descr | 4 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile new file mode 100644 index 000000000000..f62baca898a2 --- /dev/null +++ b/x11-wm/i3/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: i3 +# Date created: 2009-04-19 +# Whom: Dennis Herrmann <dhn@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= i3 +DISTVERSION= 3.a-bf2 +CATEGORIES= x11-wm +MASTER_SITES= http://i3.zekjur.net/downloads/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dhn + +MAINTAINER= dhn@FreeBSD.org +COMMENT= An improved dynamic tiling window manager + +LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ + xcb-event.1:${PORTSDIR}/x11/xcb-util + +USE_XORG= x11 +USE_BZIP2= yes +USE_GMAKE= yes +USE_ICONV= yes +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/i3 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/x11-wm/i3/distinfo b/x11-wm/i3/distinfo new file mode 100644 index 000000000000..91575346cf37 --- /dev/null +++ b/x11-wm/i3/distinfo @@ -0,0 +1,3 @@ +MD5 (i3-3.a-bf2.tar.bz2) = de67d1353b83cf38064d761879a1e224 +SHA256 (i3-3.a-bf2.tar.bz2) = 64d8f4f165cc15a9229acfac4b106ab470e0d28cc176931a7de9f5476b0a24ba +SIZE (i3-3.a-bf2.tar.bz2) = 65619 diff --git a/x11-wm/i3/pkg-descr b/x11-wm/i3/pkg-descr new file mode 100644 index 000000000000..02c561a8fcfd --- /dev/null +++ b/x11-wm/i3/pkg-descr @@ -0,0 +1,4 @@ +i3 is an improved dynamic, tiling window manager. +Based on wmii and supports Xinerama + +WWW: http://i3.zekjur.net/ |