From 2160cf193dff6cbeccf087bf35f9e0f63761bbb2 Mon Sep 17 00:00:00 2001 From: wiedi Date: Mon, 27 Jan 2014 21:40:38 +0000 Subject: Import goaccess-0.7 as www/goaccess GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. --- www/goaccess/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/goaccess/Makefile (limited to 'www/goaccess/Makefile') diff --git a/www/goaccess/Makefile b/www/goaccess/Makefile new file mode 100644 index 00000000000..565733b3379 --- /dev/null +++ b/www/goaccess/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2014/01/27 21:40:38 wiedi Exp $ + +DISTNAME= goaccess-0.7 +CATEGORIES= www +MASTER_SITES= https://downloads.sourceforge.net/project/goaccess/0.7/ + +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 +USE_NCURSES= yes + +LIBS.SunOS+= -lsocket -lnsl +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + +.include "options.mk" + +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3