View | Details | Raw Unified | Return to bug 30119
Collapse All | Expand All

(-)Makefile (-9 / +11 lines)
Lines 1-5 Link Here
1
# ex:ts=8
1
# ex:ts=8
2
# New ports collection makefile for: StarOffice 5.2
2
# New ports collection makefile for: OpenOffice
3
# Date created:		22 August 2000
3
# Date created:		22 August 2000
4
# Whom:                 Martin Blapp
4
# Whom:                 Martin Blapp
5
#
5
#
Lines 7-25 Link Here
7
#
7
#
8
8
9
PORTNAME=	openoffice
9
PORTNAME=	openoffice
10
PORTVERSION=	6.0.a627
10
PORTVERSION=	6.0.a638
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	http://a2024.g.akamai.net/7/2024/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/ \
12
MASTER_SITES=	http://a2024.g.akamai.net/7/2024/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/ \
13
		http://a2000.g.akamai.net/7/2000/2064/OpenOffice627/anoncvs.openoffice.org/download/OpenOffice627/
13
		http://a2000.g.akamai.net/7/2000/2064/OpenOffice638/anoncvs.openoffice.org/download/OpenOffice638/
14
DISTNAME=	oo_627_src
14
DISTNAME=	oo_638_src
15
#DISTFILES=	oo_627_src${EXTRACT_SUFX} solenv627_linuxintel${EXTRACT_SUFX}
15
#DISTFILES=	oo_638_src${EXTRACT_SUFX} solenv638_linuxintel${EXTRACT_SUFX}
16
16
17
MAINTAINER=	obrien@FreeBSD.org
17
MAINTAINER=	obrien@FreeBSD.org
18
18
19
BUILD_DEPENDS=	stlport:${PORTSDIR}/devel/stlport
20
19
BROKEN=		'work in progress -- does not work yet'
21
BROKEN=		'work in progress -- does not work yet'
20
22
21
BZIP2=		yes
23
BZIP2=		yes
22
CONFIGURE_WRKSRC=	${WRKSRC}/config_office
24
CONFIGURE_WRKSRC=	${WRKSRC}/config_office/
23
25
24
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
25
27
Lines 38-49 do-install: Link Here
38
	@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
40
	@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
39
	@if [ -f ${PREFIX}/office52/program/setup ]; then \
41
	@if [ -f ${PREFIX}/office52/program/setup ]; then \
40
		${ECHO} ; \
42
		${ECHO} ; \
41
		${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
43
		${ECHO} Ignore the error-message. OpenOffice has been installed ; \
42
		${ECHO} successfully on your system. ; \
44
		${ECHO} successfully on your system. ; \
43
		${ECHO} ; \
45
		${ECHO} ; \
44
	else \
46
	else \
45
		${ECHO} ; \
47
		${ECHO} ; \
46
		${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and ; \
48
		${ECHO} An error occured during OpenOffice install. Please send a mail with debug-output and ; \
47
		${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
49
		${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. ; \
48
		${ECHO} ; \
50
		${ECHO} ; \
49
		${FALSE} ; \
51
		${FALSE} ; \
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (oo_627_src.tar.gz) = 0032fddf5199a25b02a52be59c960947
1
MD5 (oo_638_src.tar.gz) = 8c3ef0826ee90a5638b14e5153a96fda
(-)pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
StarOffice 5.2 is a suite of office productivity applications containing
1
OpenOffice is a suite of office productivity applications containing
2
a word processor, spreadsheet, graphics and presentation, image
2
a word processor, spreadsheet, graphics and presentation, image
3
manipulation, and charting.  StarOffice offers the ability to read and
3
manipulation, and charting.  It offers the ability to read and
4
write Microsoft Office files.
4
write Microsoft Office files.

Return to bug 30119