summaryrefslogtreecommitdiff
path: root/www/goaccess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/goaccess/Makefile')
-rw-r--r--www/goaccess/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/www/goaccess/Makefile b/www/goaccess/Makefile
index aead7986939..9f977913353 100644
--- a/www/goaccess/Makefile
+++ b/www/goaccess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2014/02/22 14:27:43 wiedi Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/14 09:56:16 wiedi Exp $
-DISTNAME= goaccess-0.7.1
+DISTNAME= goaccess-0.8
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=goaccess/}
+MASTER_SITES= http://tar.goaccess.io/
MAINTAINER= wiedi@frubar.net
HOMEPAGE= http://goaccess.prosoftcorp.com/
@@ -11,13 +11,19 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+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"