diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-01 07:10:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-01 07:10:16 +0800 |
commit | a7c18e822e6f902c77aac94e9ffd9f5c62a9900a (patch) | |
tree | 10699490154a4b2d4e810fb7f5989cd51a3f502c /polish/webalizer2 | |
parent | 010eb2d7a04bb65b21781f12caa0dde3a4df7339 (diff) | |
download | freebsd-ports-graphics-a7c18e822e6f902c77aac94e9ffd9f5c62a9900a.tar.gz freebsd-ports-graphics-a7c18e822e6f902c77aac94e9ffd9f5c62a9900a.tar.zst freebsd-ports-graphics-a7c18e822e6f902c77aac94e9ffd9f5c62a9900a.zip |
[new port] polish/webalizer2
Webalizer is an apache log analyzer
PR: ports/56698
Submitted by: Krzysztof Stryjek <wtpooh@acn.waw.pl>
Diffstat (limited to 'polish/webalizer2')
-rw-r--r-- | polish/webalizer2/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/polish/webalizer2/Makefile b/polish/webalizer2/Makefile new file mode 100644 index 00000000000..93fa79056af --- /dev/null +++ b/polish/webalizer2/Makefile @@ -0,0 +1,19 @@ +# 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" |