20 lines
383 B
Makefile
20 lines
383 B
Makefile
# New ports collection makefile for: webalizer2
|
|
# Date created: 02.Jun 1998
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= german
|
|
PKGNAMEPREFIX?= de-
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
WEBALIZER_LANG= german
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|