pkgsrc/www/goaccess/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

35 lines
839 B
Makefile

# $NetBSD: Makefile,v 1.21 2019/11/04 22:09:55 rillig Exp $
DISTNAME= goaccess-1.3
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
TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
GNU_CONFIGURE= yes
USE_LANGUAGES= c99
USE_TOOLS+= pkg-config aclocal autoconf 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__
BROKEN_GETTEXT_DETECTION= yes
.include "options.mk"
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"