blob: 66639014c471e84ddb82223ebb2c5fbd671a0fc5 (
plain)
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=
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../webalizer
WITH_GEOIP= yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"
|