blob: 19d7a1bcc43343cf5ffdfc5d98905935f01b3201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD$
CATEGORIES= japanese
MAINTAINER= dinoex@FreeBSD.org
WEBALIZER_LANG= japanese
MASTERDIR?= ${.CURDIR}/../../www/webalizer
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|