1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/geolizer/Makefile

20 lines
362 B
Makefile
Raw Normal View History

2004-07-23 21:12:38 +00:00
# New ports collection makefile for: geolizer
# Date created: 23 July 2004
# Whom: ache@FreeBSD.org
#
# $FreeBSD$
#
CATEGORIES= www
2004-07-23 21:12:38 +00:00
2005-09-05 16:09:08 +00:00
MAINTAINER= dinoex@FreeBSD.org
2004-07-23 21:12:38 +00:00
MASTERDIR?= ${.CURDIR}/../webalizer
WITH_GEOIP= yes
2004-07-23 21:12:38 +00:00
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
2004-07-23 21:12:38 +00:00
.include "${MASTERDIR}/Makefile"