1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/german/staroffice52/Makefile
Chris D. Faulhaber 9e81f50c2b - Add DISPLAY functionality to keep StarOffice from crashing during
installation and startup
- Make a few cosmetic fixes to the Makefile(s)

Submitted by:	Martin Blapp <mb@imp.ch> (Maintainer)
2000-08-25 13:48:08 +00:00

126 lines
3.5 KiB
Makefile

# New ports collection makefile for: StarOffice 5.2 german
# Date created: 22 August 2000
# Whom: Martin Blapp
#
# $FreeBSD$
#
PORTNAME= staroffice
PORTVERSION= 5.2
CATEGORIES= editors linux
DISTNAME= so-5_2-ga-bin-linux-de.bin
DISTFILES= soa-5_2-ga-bin-linux-de.bin so-5_2-ga-bin-linux-de.bin
EXTRACT_ONLY=
MAINTAINER= mb@imp.ch
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
NO_CDROM= 'Sie muessen StarOffice manuell via WWW-Interface herunterladen.'
IS_INTERACTIVE= yes
NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
ADEBAS= soa-5_2-ga-bin-linux-de.bin
.include <bsd.port.pre.mk>
pre-fetch:
.if ${OSVERSION} < 410000
@${ECHO}
@${ECHO} OS-VERSION ${OSVERSION}
@${ECHO}
@${ECHO} Staroffice benötigt einen System-Patch der erst
@${ECHO} seit FreeBSD 4.1 verfügbar ist. Bitte bringen Sie ihr
@${ECHO} System auf den neuesten Stand.
@${ECHO}
@${FALSE}
.endif
.if defined(WITH_CDROM)
@${ECHO}
@${ECHO} Bitte mounten Sie die Sun StarOffice 5.2 CDROM
@${ECHO} nach /cdrom and starten Sie make erneut.
@${ECHO}
@${FALSE}
.else
.if !exists(${_DISTDIR})
@${MKDIR} ${_DISTDIR}
.endif
.if !exists(${_DISTDIR}/${DISTNAME})
@${ECHO}
@${ECHO} Bitte laden Sie ${DISTFILES} manuell
@${ECHO} von http://www.sun.com/staroffice herunter.
@${ECHO}
@${ECHO} ${ADEBAS} ist das Datenbank-Modul für Staroffice.
@${ECHO}
@${ECHO} Kopieren Sie ${DISTFILES}
@${ECHO} in das bereits erstellte Verzeichnis ${_DISTDIR}
@${ECHO} und starten Sie make erneut.
@${ECHO}
@${ECHO} Wenn Sie die StarOffice 5.2 CDROM besitzen,
@${ECHO} koennen Sie auch 'make WITH_CDROM=yes' ausfuehren.
@${ECHO}
@${FALSE}
.endif
.endif
.if defined(WITH_CDROM)
do-extract:
@${MKDIR} ${WRKSRC}/office52
@cd ${WRKSRC}/office52 && ${LN} -s ${CD_MOUNTPT}/linux/office52/* .
.endif
do-extract:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
@ ${ECHO} Die Variable DISPLAY ist nicht gesetzt. Setzen Sie entweder
@ ${ECHO} das DISPLAY manuell oder rufen Sie make mit DISPLAY= und dem
@ ${ECHO} entsprechenden DISPLAY als Parameter auf.
@ ${ECHO}
@ ${FALSE}
.else
@${MKDIR} ${WRKSRC}
@${MKDIR} ${TMPDIR}
@${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC}
@${CP} ${_DISTDIR}/soa-5_2-ga-bin-linux-de.bin ${WRKSRC}
@${CHMOD} 755 ${WRKSRC}/${DISTNAME}
@${CHMOD} 755 ${WRKSRC}/soa-5_2-ga-bin-linux-de.bin
@cd ${WRKSRC}
@SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC}
@cd ../../
.endif
post-configure:
@${PERL} -pi.orig -e 's|DefaultDestPath = "office52";|DefaultDestPath = "${PREFIX}/office52";|' ${WRKSRC}/setup.ins
do-install:
.if !defined(DISPLAY) || ${DISPLAY} == ""
@ ${ECHO}
@ ${ECHO} Die Variable DISPLAY ist nicht gesetzt. Setzen Sie entweder
@ ${ECHO} das DISPLAY manuell oder rufen Sie make mit DISPLAY= und dem
@ ${ECHO} entsprechenden DISPLAY als Parameter auf.
@ ${ECHO}
@ ${FALSE}
.else
.if exists(/compat/linux/usr/local)
@${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
@-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
@ ${ECHO}
@ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich
@ ${ECHO} auf Ihrem System installiert.
@ ${ECHO}
.endif
post-install:
@${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch
@${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch
install-user:
${PREFIX}/office52/program/setup
.include <bsd.port.post.mk>