freebsd-ports/sysutils/lnav/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
451 B
Makefile

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