freebsd-ports/german/webalizer2/Makefile
Dirk Meyer 2ed7e49c39 - Make this PORTS a slave port of www/webalizer
- Allow Makefile.local in the slave dir.
2001-05-29 20:01:19 +00:00

17 lines
350 B
Makefile

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