diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:08:28 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:08:28 +0000 |
commit | 7c1f6bee85eb7df691b9f64cdd15ce36be03da4d (patch) | |
tree | a432179f48a6fbe65a4c4569a9e20dbc3825ca31 /editors/openoffice-se | |
parent | c273f51eceea2ef7ccb7bbef60ded89e6f0899ba (diff) | |
download | ports-7c1f6bee85eb7df691b9f64cdd15ce36be03da4d.tar.gz ports-7c1f6bee85eb7df691b9f64cdd15ce36be03da4d.zip |
Notes
Diffstat (limited to 'editors/openoffice-se')
-rw-r--r-- | editors/openoffice-se/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-se/Makefile b/editors/openoffice-se/Makefile new file mode 100644 index 000000000000..72cd34ac7e02 --- /dev/null +++ b/editors/openoffice-se/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Swedish 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= se +LANG_EXT= 46 +LANG_CONFIGURE_ARG= SWED +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |