diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-11-24 09:02:55 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-11-24 09:02:55 +0000 |
commit | 88cbf494f67d78f35760a0b20eb30cd5892055fa (patch) | |
tree | ed2882eb6060a6148f2fd4906110eeadd35c3ecc /portuguese | |
parent | 75a0dea8b15afec92b813040f419417a2707e8d5 (diff) | |
download | FreeBSD-ports-88cbf494f67d78f35760a0b20eb30cd5892055fa.zip FreeBSD-ports-88cbf494f67d78f35760a0b20eb30cd5892055fa.tar.gz |
added webalizer slave-ports.
Diffstat (limited to 'portuguese')
-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 e6be255..7f234ec 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 0000000..69f9434 --- /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 0000000..3d0ac27 --- /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" |