16 lines
354 B
Makefile
16 lines
354 B
Makefile
# 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"
|