diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-01 07:10:16 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-01 07:10:16 +0800 |
commit | 135f6e2ece5dd75088c8a1a35361b4632a5079be (patch) | |
tree | e4193402ac4b22d46f7df7dae2058f8c019dbdb6 /polish | |
parent | 8e016faa8f95bc3635ad5ad3e03d7857d6bfe9cc (diff) | |
download | freebsd-ports-gnome-135f6e2ece5dd75088c8a1a35361b4632a5079be.tar.gz freebsd-ports-gnome-135f6e2ece5dd75088c8a1a35361b4632a5079be.tar.zst freebsd-ports-gnome-135f6e2ece5dd75088c8a1a35361b4632a5079be.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')
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/webalizer2/Makefile | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index f41d74801713..e76428e18864 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += webalizer2 SUBDIR += aspell SUBDIR += ekg SUBDIR += gnugadu diff --git a/polish/webalizer2/Makefile b/polish/webalizer2/Makefile new file mode 100644 index 000000000000..93fa79056af8 --- /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" |