diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-11-28 11:23:48 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-11-28 11:23:48 +0000 |
commit | ea2f77bd0995c04bf5fb23be9432f74da2c5115b (patch) | |
tree | cfde0fec1b5d3f734d10fd8b97d0467766737513 /x11-wm/i3 | |
parent | f852da73d6d78726291e21450f56f0943d9e5216 (diff) | |
download | ports-ea2f77bd0995c04bf5fb23be9432f74da2c5115b.tar.gz ports-ea2f77bd0995c04bf5fb23be9432f74da2c5115b.zip |
Notes
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index 8cc872081729..5c2bf7e892b0 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -7,7 +7,7 @@ PORTNAME= i3 DISTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ \ ${MASTER_SITE_LOCAL} @@ -23,10 +23,10 @@ LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ xcb-event.1:${PORTSDIR}/x11/xcb-util \ ev.4:${PORTSDIR}/devel/libev \ yajl.2:${PORTSDIR}/devel/yajl +RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run -USE_XORG= x11 +USE_XORG= x11 xcursor USE_BISON= build -USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes @@ -38,6 +38,11 @@ PLIST_FILES= bin/i3 \ bin/i3-msg \ bin/i3-nagbar \ bin/i3bar \ + bin/i3-migrate-config-to-v4 \ + bin/i3-sensible-editor \ + bin/i3-sensible-pager \ + bin/i3-sensible-terminal \ + bin/i3-wsbar \ etc/i3/config.sample \ etc/i3/welcome @@ -71,6 +76,9 @@ do-install: .for i in i3-config-wizard i3-input i3-msg i3-nagbar i3bar ${INSTALL_SCRIPT} ${WRKSRC}/$i/$i ${PREFIX}/bin/ .endfor +.for i in i3-sensible-editor i3-sensible-pager i3-sensible-terminal i3-wsbar i3-migrate-config-to-v4 + ${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/bin/ +.endfor @${MKDIR} ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/config.sample ${PREFIX}/etc/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/welcome ${PREFIX}/etc/${PORTNAME}/welcome |