pkgsrc/www/goaccess/Makefile
wiedi 655dc2d777 Update goaccess to 0.8.5
Changes to GoAccess 0.8.5 - Sunday, September 14, 2014

  * Fixed SEGFAULT when parsing a malformed request that doesn't have HTTP status.
2014-10-21 10:10:33 +00:00

29 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/10/21 10:10:33 wiedi Exp $
DISTNAME= goaccess-0.8.5
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"