15 lines
275 B
Makefile
15 lines
275 B
Makefile
# Created by: wtp@bsdguru.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= polish
|
|
|
|
MAINTAINER= wtp@bsdguru.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
WEBALIZER_LANG= polish
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|