74887bec9b
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. WWW: https://github.com/powerline/powerline
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= powerline-status
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Statusline plugin for vim, zsh, bash, and more
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|