aboutsummaryrefslogtreecommitdiff
path: root/www/geolizer/Makefile
blob: ea1ff67aad6ce6c092fe131dc14427cb5c987679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    geolizer
# Date created:         23 July 2004
# Whom:                 ache@FreeBSD.org
#
# $FreeBSD$
#

CATEGORIES=	www

MAINTAINER=	dinoex@FreeBSD.org

MASTERDIR?=	${.CURDIR}/../webalizer
WITH_GEOIP=	yes

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"