From df082994fde37f6e5e94a221fa77af886c86b72b Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 24 Nov 2002 09:02:55 +0000 Subject: added webalizer slave-ports. --- portuguese/webalizer-pt_PT/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 portuguese/webalizer-pt_PT/Makefile (limited to 'portuguese/webalizer-pt_PT/Makefile') diff --git a/portuguese/webalizer-pt_PT/Makefile b/portuguese/webalizer-pt_PT/Makefile new file mode 100644 index 000000000000..3d0ac2725ee0 --- /dev/null +++ b/portuguese/webalizer-pt_PT/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: webalizer +# Date created: 21.Nov.2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +PKGNAMEPREFIX?= pt- +MASTERDIR?= ${.CURDIR}/../../www/webalizer +CATEGORIES= portuguese +WEBALIZER_LANG= portuguese + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" -- cgit