diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:07:06 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:07:06 +0000 |
commit | cc630272c249130fce82d61c7d6197fd4129fcd8 (patch) | |
tree | 425c1f6f13c86faa27f9c32ff6c7104e6075bf98 | |
parent | 9fd06989c80cc0579957422b4d15021b6c54a4a2 (diff) | |
download | ports-cc630272c249130fce82d61c7d6197fd4129fcd8.tar.gz ports-cc630272c249130fce82d61c7d6197fd4129fcd8.zip |
Notes
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-it/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-it/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 1d8a857adab5..34b240fd3065 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -97,6 +97,7 @@ SUBDIR += openoffice-dk SUBDIR += openoffice-es SUBDIR += openoffice-gr + SUBDIR += openoffice-it SUBDIR += openoffice-nl SUBDIR += openoffice-pt SUBDIR += openoffice-tr diff --git a/editors/openoffice-1.0-it/Makefile b/editors/openoffice-1.0-it/Makefile new file mode 100644 index 000000000000..458c71b71728 --- /dev/null +++ b/editors/openoffice-1.0-it/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Italian language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= it +LANG_EXT= 39 +LANG_CONFIGURE_ARG= ITAL +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-it/Makefile b/editors/openoffice-it/Makefile new file mode 100644 index 000000000000..458c71b71728 --- /dev/null +++ b/editors/openoffice-it/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Italian language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= it +LANG_EXT= 39 +LANG_CONFIGURE_ARG= ITAL +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |