mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
00503c38be
With hat: portmgr Sponsored by: Absolight
19 lines
291 B
Makefile
19 lines
291 B
Makefile
# Created by: ache@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES=
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../webalizer
|
|
|
|
OPTIONS_DEFAULT=GEOIP
|
|
|
|
WEBALIZER_SUFFIX= -geoip
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|