forked from Lainports/opnsense-ports
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zsh-syntax-highlighting
|
|
PORTVERSION= 20160338
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= jrm@ftfl.ca
|
|
COMMENT= Fish shell like syntax highlighting for Zsh
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.md
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/zsh:shells/zsh
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= zsh-users
|
|
GH_TAGNAME= bc7f8ea
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|