freebsd-ports/sysutils/lnav/Makefile
Pawel Pekala 58e1ea0c65 lnav is an ncurses based log file viewer, with syntax highlighting,
filtering, tab completion for most operations, and sessions support.

WWW: http://lnav.org/

PR:		199062
Submitted by:	Thomas Hurst <tom@hur.st>
2015-04-02 20:18:50 +00:00

25 lines
458 B
Makefile

# Created by: Thomas Hurst <tom@hur.st>
# $FreeBSD$
PORTNAME= lnav
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MAINTAINER= tom@hur.st
COMMENT= Terminal based log file navigator
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= tstack
GH_TAGNAME= v${PORTVERSION}
GNU_CONFIGURE= yes
USES= ncurses readline python
USE_SQLITE= 3
PLIST_FILES= bin/lnav man/man1/lnav.1.gz
.include <bsd.port.mk>