58e1ea0c65
filtering, tab completion for most operations, and sessions support. WWW: http://lnav.org/ PR: 199062 Submitted by: Thomas Hurst <tom@hur.st>
25 lines
458 B
Makefile
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>
|