1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/geolizer/Makefile
Dirk Meyer 54d75e1d05 - fix categories
Submitted by:	Denis Peplin
2006-05-14 13:40:44 +00:00

20 lines
358 B
Makefile

# 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"