diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 08:18:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 08:18:18 +0800 |
commit | 4818d2ff405bea784304ffccb23b3aaa22749af2 (patch) | |
tree | 9f2300fa18629effabe382d312ac7e7668066324 | |
parent | 5337fe4046e0884e8877ad3c4325415728cf9203 (diff) | |
download | freebsd-ports-gnome-4818d2ff405bea784304ffccb23b3aaa22749af2.tar.gz freebsd-ports-gnome-4818d2ff405bea784304ffccb23b3aaa22749af2.tar.zst freebsd-ports-gnome-4818d2ff405bea784304ffccb23b3aaa22749af2.zip |
Add OpenOffice.org 1.1 for polish language
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/openoffice-1.1/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index 3eeb7fedcaee..40e8aa807805 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -11,6 +11,7 @@ SUBDIR += libtlen SUBDIR += ooodict_PL SUBDIR += openoffice-1.0 + SUBDIR += openoffice-1.1 SUBDIR += sms .include <bsd.port.subdir.mk> diff --git a/polish/openoffice-1.1/Makefile b/polish/openoffice-1.1/Makefile new file mode 100644 index 000000000000..3e0460efe977 --- /dev/null +++ b/polish/openoffice-1.1/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Polish language +# Date created: Sun Nov 9 09:17:32 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= polish + +LANG_PKGNAME= pl +LANG_EXT= 48 +LANG_CONFIGURE_ARG= POL +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |