summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-30 23:10:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-30 23:10:16 +0000
commit135f6e2ece5dd75088c8a1a35361b4632a5079be (patch)
treee4193402ac4b22d46f7df7dae2058f8c019dbdb6 /polish
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')
-rw-r--r--polish/Makefile1
-rw-r--r--polish/webalizer2/Makefile19
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"