mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# 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"
|