diff options
Diffstat (limited to 'editors/openoffice-pl/Makefile')
-rw-r--r-- | editors/openoffice-pl/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-pl/Makefile b/editors/openoffice-pl/Makefile new file mode 100644 index 0000000..b2edd5a --- /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" |