diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:07:45 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:07:45 +0000 |
commit | c273f51eceea2ef7ccb7bbef60ded89e6f0899ba (patch) | |
tree | f2699e7072567159f870e9409d72a787b5b14e20 /editors | |
parent | cc630272c249130fce82d61c7d6197fd4129fcd8 (diff) | |
download | ports-c273f51eceea2ef7ccb7bbef60ded89e6f0899ba.tar.gz ports-c273f51eceea2ef7ccb7bbef60ded89e6f0899ba.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-pl/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 34b240fd3065..5468a9886184 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -99,6 +99,7 @@ SUBDIR += openoffice-gr SUBDIR += openoffice-it SUBDIR += openoffice-nl + SUBDIR += openoffice-pl SUBDIR += openoffice-pt SUBDIR += openoffice-tr SUBDIR += pico diff --git a/editors/openoffice-pl/Makefile b/editors/openoffice-pl/Makefile new file mode 100644 index 000000000000..b2edd5a2c423 --- /dev/null +++ b/editors/openoffice-pl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Polish 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= pl +LANG_EXT= 48 +LANG_CONFIGURE_ARG= POL +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |