mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
649a622159
- Remove obsolete MD5 checksum while I'm here PR: ports/153634 Submitted by: sunpoet (myself) Approved by: pav (with portmgr hat)
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# New ports collection makefile for: webalizer2
|
|
# Date created: 11.Sep 2003
|
|
# Whom: wtp@bsdguru.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= polish
|
|
|
|
MAINTAINER= wtp@bsdguru.org
|
|
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
WEBALIZER_LANG= polish
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|