mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Added --with-etcdir configuration option to comply with hier(7) [1]
- Fixed Makefile typo (BUILD_DEPENS) - Cleaned up some portlint warnings - Reformatted pkg-descr - Bumped PORTREVISION PR: ports/138402 Submitted by: Sascha Klauder <sascha@trimind.de> [1] Approved by: maintainer (implicit; timeout 130 days)
This commit is contained in:
parent
c7a32e28c6
commit
6188c9e704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247419
@ -7,19 +7,18 @@
|
||||
|
||||
PORTNAME= awffull
|
||||
PORTVERSION= 3.10.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 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
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
|
||||
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
RUN_DEPENDS?= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
|
||||
BUILD_DEPENS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS?= ja-awffull-[0-9]*
|
||||
|
||||
@ -33,7 +32,8 @@ USE_GETTEXT= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \
|
||||
--with-font-label=${FONTLABEL}
|
||||
--with-font-label=${FONTLABEL} \
|
||||
--with-etcdir=${PREFIX}/etc
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
|
@ -1,5 +1,6 @@
|
||||
AWFFull is a webserver log analysis tool. Mainly used to produce simple reports,
|
||||
it can also be used as the starting point for more detailed Web Analytics.
|
||||
AWFFull is a webserver log analysis tool. Mainly used to produce
|
||||
simple reports, 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user