diff options
author | obrien <obrien@FreeBSD.org> | 2001-08-28 08:33:11 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-08-28 08:33:11 +0800 |
commit | b03be9a9f45165d2ba736d2b60a595f861000eb9 (patch) | |
tree | 3fb1671e16123d9a209b4d03613eb1c1426eee7b /editors/openoffice-1.1-devel/Makefile | |
parent | 5be24fc0dae77d27996271d528e2202c98d9bf8c (diff) | |
download | freebsd-ports-gnome-b03be9a9f45165d2ba736d2b60a595f861000eb9.tar.gz freebsd-ports-gnome-b03be9a9f45165d2ba736d2b60a595f861000eb9.tar.zst freebsd-ports-gnome-b03be9a9f45165d2ba736d2b60a595f861000eb9.zip |
Update to the 6.0.a638 offering.
"the port still is broken, but at least it will save
the next one working on this port some time and efforts."
PR: 30119
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 095d4fef441c..9e211998a08a 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -1,5 +1,5 @@ # ex:ts=8 -# New ports collection makefile for: StarOffice 5.2 +# New ports collection makefile for: OpenOffice # Date created: 22 August 2000 # Whom: Martin Blapp # @@ -7,15 +7,17 @@ # PORTNAME= openoffice -PORTVERSION= 6.0.a627 +PORTVERSION= 6.0.a638 CATEGORIES= editors -MASTER_SITES= http://a2024.g.akamai.net/7/2024/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/ \ - http://a2000.g.akamai.net/7/2000/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/ -DISTNAME= oo_627_src -#DISTFILES= oo_627_src${EXTRACT_SUFX} solenv627_linuxintel${EXTRACT_SUFX} +MASTER_SITES= http://a2024.g.akamai.net/7/2024/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/ \ + http://a2000.g.akamai.net/7/2000/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/ +DISTNAME= oo_638_src +#DISTFILES= oo_638_src${EXTRACT_SUFX} solenv638_linuxintel${EXTRACT_SUFX} MAINTAINER= obrien@FreeBSD.org +BUILD_DEPENDS= stlport:${PORTSDIR}/devel/stlport + BROKEN= 'work in progress -- does not work yet' BZIP2= yes @@ -38,12 +40,12 @@ do-install: @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net' @if [ -f ${PREFIX}/office52/program/setup ]; then \ ${ECHO} ; \ - ${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \ + ${ECHO} Ignore the error-message. OpenOffice has been installed ; \ ${ECHO} successfully on your system. ; \ ${ECHO} ; \ else \ ${ECHO} ; \ - ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \ + ${ECHO} An error occured during OpenOffice install. Please send a mail with debug-output and ; \ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \ ${ECHO} ; \ ${FALSE} ; \ |