mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
13 lines
200 B
Makefile
13 lines
200 B
Makefile
# Created by: ache@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../webalizer
|
|
|
|
OPTIONS_DEFAULT=BDB1 GEOIP
|
|
|
|
WEBALIZER_SUFFIX= -geoip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|