blob: 810d28fed5b4a2a7f5b9ba4a096beb3fa207b8c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: ache@FreeBSD.org
# $FreeBSD$
CATEGORIES=
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../webalizer
WITH_GEOIP= yes
.if exists(${.CURDIR}/Makefile.local)
NO_STAGE= yes
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|