Changes to GoAccess 0.9.8 - Monday, February 29, 2016 - Added a more complete list of static extensions to the config file. - Added Android 6.0 Marshmallow to the list of OSs. - Added the ability to scroll through panels on TAB with option to disable it --no-tab-scroll. - Added the first and last log dates to the overall statistics panel. - Ensure GoAccess links correctly against libtinfo. - Ensure static content is case-insensitive verified. - Fixed bandwidth overflow issue (numbers > 2GB on non-x86_64 arch). - Fixed broken HTML layout when html-method/protocol is missing in config file. - Refactored parsing and display of available modules/panels.
29 lines
690 B
Makefile
29 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/03/17 00:39:25 wiedi Exp $
|
|
|
|
DISTNAME= goaccess-0.9.8
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://tar.goaccess.io/
|
|
|
|
MAINTAINER= wiedi@frubar.net
|
|
HOMEPAGE= http://goaccess.prosoftcorp.com/
|
|
COMMENT= Real-time web log analyzer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config aclocal automake
|
|
USE_NCURSES= yes
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
CONF_FILES= ${EGDIR}/goaccess.conf ${PKG_SYSCONFDIR}/goaccess.conf
|
|
|
|
LIBS.SunOS+= -lsocket -lnsl
|
|
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
|
|
|
.include "options.mk"
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && aclocal && automake --add-missing
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|