diff options
-rw-r--r-- | portuguese/Makefile | 2 | ||||
-rw-r--r-- | portuguese/webalizer-pt_BR/Makefile | 16 | ||||
-rw-r--r-- | portuguese/webalizer-pt_PT/Makefile | 16 |
3 files changed, 34 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index e6be2558b44e..7f234ecc0036 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -2,5 +2,7 @@ # SUBDIR += aspell SUBDIR += ispell-pt_BR + SUBDIR += webalizer-pt_BR + SUBDIR += webalizer-pt_PT .include <bsd.port.subdir.mk> diff --git a/portuguese/webalizer-pt_BR/Makefile b/portuguese/webalizer-pt_BR/Makefile new file mode 100644 index 000000000000..69f9434e9371 --- /dev/null +++ b/portuguese/webalizer-pt_BR/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: webalizer +# Date created: 21.Nov.2002 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ + +PKGNAMEPREFIX?= br- +MASTERDIR?= ${.CURDIR}/../../www/webalizer +CATEGORIES= portuguese +WEBALIZER_LANG= portuguese_brazil + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/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" |