mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# New ports collection makefile for: webalizer
|
|
# Date created: 21.Nov.2002
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= portuguese
|
|
PKGNAMEPREFIX?= pt_BR-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
WEBALIZER_LANG= portuguese_brazil
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|