diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 23:10:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-30 23:10:16 +0000 |
commit | 135f6e2ece5dd75088c8a1a35361b4632a5079be (patch) | |
tree | e4193402ac4b22d46f7df7dae2058f8c019dbdb6 /polish/webalizer2/Makefile | |
parent | [PATCH] sysutils/ldap-account-manager: Fix a wrong dependency, use lang/php4-... (diff) |
[new port] polish/webalizer2
Webalizer is an apache log analyzer
PR: ports/56698
Submitted by: Krzysztof Stryjek <wtpooh@acn.waw.pl>
Notes
Notes:
svn path=/head/; revision=89932
Diffstat (limited to 'polish/webalizer2/Makefile')
-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 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" |