diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-01-27 21:40:38 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-01-27 21:40:38 +0000 |
commit | 2160cf193dff6cbeccf087bf35f9e0f63761bbb2 (patch) | |
tree | a7acc216af299a08cc92aba5acd6e7f86a86ee1d /www/goaccess/Makefile | |
parent | b73aa77738a2c3c8421b98d660433a6e14e3bdc6 (diff) | |
download | pkgsrc-2160cf193dff6cbeccf087bf35f9e0f63761bbb2.tar.gz |
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.
Diffstat (limited to 'www/goaccess/Makefile')
-rw-r--r-- | www/goaccess/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
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" |