mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
c6d1be49d4
it can also be used as the starting point for more detailed Web Analytics. AWFFull is a fork of the venerable Webalizer log analysis program. WWW: http://www.stedee.id.au/awffull PR: ports/120305 Submitted by: Chadwick Sorrell chad at wickdev.com
36 lines
754 B
Makefile
36 lines
754 B
Makefile
# New ports collection makefile for: awffull
|
|
# Date created: 5 Feburary 2008
|
|
# Whom: Chadwick Sorrell chad@wickdev.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= awffull
|
|
PORTVERSION= 3.8.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.stedee.id.au/files/
|
|
|
|
MAINTAINER= chad@wickdev.com
|
|
COMMENT= AWFFull is a webserver log analysis tool forked from Webalizer
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
|
|
png.5:${PORTSDIR}/graphics/png \
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
OPTIONS= GEOIP "Enable support for GeoIP (Country Detection)" Off
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pnglib=${LOCALBASE}/lib
|
|
|
|
MAN1= awffull.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_GEOIP)
|
|
LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|