summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-01-29 20:06:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-01-29 20:06:40 +0000
commit44d4aac8f189dfd5c322cad421687c42c0587bf9 (patch)
tree24eb9d50000d0c9a453afb5b1fa20765b7cf341f /japanese
parent- Add html-docs when made with SENDMAIL_WITH_MILTER=yes (diff)
Slave port for webalizer.
Suggested and tested by: mail@fkimura.com (Fumihiko Kimura)
Notes
Notes: svn path=/head/; revision=53982
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/webalizer/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 8a81ffeaf193..c2642175adf9 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -393,6 +393,7 @@
SUBDIR += wdic-fpw
SUBDIR += weather-emacs20
SUBDIR += web1913-fpw
+ SUBDIR += webalizer
SUBDIR += weblint97
SUBDIR += wnn7egg
SUBDIR += word
diff --git a/japanese/webalizer/Makefile b/japanese/webalizer/Makefile
new file mode 100644
index 000000000000..837502d4feb6
--- /dev/null
+++ b/japanese/webalizer/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: webalizer2
+# Date created: 28.Jan 2002
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+
+PKGNAMEPREFIX?= ja-
+MASTERDIR?= ${.CURDIR}/../../www/webalizer
+CATEGORIES= japanese
+WEBALIZER_LANG= japanese
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"