15 lines
258 B
Makefile
15 lines
258 B
Makefile
# Created by: ache@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES=
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../webalizer
|
|
WITH_GEOIP= yes
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|