diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:18:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:18:18 +0000 |
commit | ebc85b1f7e2672e1233d1ae0d571f5b4c88c869d (patch) | |
tree | 36263512d12192c2780700000e06312bc0f04256 /polish/openoffice-1.1 | |
parent | 6de9dbf1fff6f80729b8eb25b238d51243c62cc1 (diff) | |
download | ports-ebc85b1f7e2672e1233d1ae0d571f5b4c88c869d.tar.gz ports-ebc85b1f7e2672e1233d1ae0d571f5b4c88c869d.zip |
Notes
Diffstat (limited to 'polish/openoffice-1.1')
-rw-r--r-- | polish/openoffice-1.1/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |