135f6e2ece
Webalizer is an apache log analyzer PR: ports/56698 Submitted by: Krzysztof Stryjek <wtpooh@acn.waw.pl>
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# New ports collection makefile for: webalizer2
|
|
# Date created: 11.Sep 2003
|
|
# Whom: wtp@bsdguru.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= polish
|
|
PKGNAMEPREFIX?= pl-
|
|
|
|
MAINTAINER= wtp@bsdguru.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
WEBALIZER_LANG= polish
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|