1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/awffull/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
770 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
PORTREVISION= 1
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>