2003-11-09 15:11:29 +01:00
|
|
|
# New ports collection makefile for: OpenOffice.org
|
2004-04-10 01:16:42 +02:00
|
|
|
# Date created: 28 February 2002
|
2000-08-24 21:29:31 +02:00
|
|
|
# Whom: Martin Blapp
|
1999-12-09 18:08:31 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-08-29 03:06:13 +02:00
|
|
|
PORTNAME= openoffice.org
|
2005-10-16 00:13:29 +02:00
|
|
|
PORTVERSION= 2.0.RC3
|
2002-10-19 00:41:42 +02:00
|
|
|
CATEGORIES+= editors
|
2005-10-04 05:59:42 +02:00
|
|
|
MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \
|
|
|
|
ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
2002-10-19 00:41:42 +02:00
|
|
|
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
2005-02-20 05:38:57 +01:00
|
|
|
${MASTER_SITE_MOZILLA:S,%SUBDIR%,mozilla/releases/mozilla${MOZILLA_VERSION}/&,}source/:mozsrc
|
2005-10-16 00:13:29 +02:00
|
|
|
DISTFILES+= OOo_2.0RC3_source.tar.bz2 gpc231.tar.Z:gpc
|
|
|
|
EXTRACT_ONLY= OOo_2.0RC3_source.tar.bz2
|
1999-12-09 18:08:31 +01:00
|
|
|
|
2004-04-10 01:16:42 +02:00
|
|
|
MAINTAINER= openoffice@FreeBSD.org
|
2005-06-05 23:05:40 +02:00
|
|
|
COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version)
|
2002-10-19 00:41:42 +02:00
|
|
|
|
2004-08-12 07:46:05 +02:00
|
|
|
NO_LATEST_LINK= yes
|
2005-04-19 12:08:06 +02:00
|
|
|
USE_GNOME= gtk20 gnomevfs2
|
2005-02-20 05:38:57 +01:00
|
|
|
MOZILLA_VERSION= 1.7.5
|
2005-05-22 23:04:01 +02:00
|
|
|
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
2004-10-25 14:39:25 +02:00
|
|
|
.if !defined(WITHOUT_MOZILLA)
|
2005-03-09 12:23:39 +01:00
|
|
|
DISTFILES+= ${MOZILLA_SOURCE}:mozsrc
|
2005-06-22 11:26:19 +02:00
|
|
|
USE_GNOME+= libidl
|
2004-10-25 14:39:25 +02:00
|
|
|
.endif
|
|
|
|
|
2005-04-24 15:23:15 +02:00
|
|
|
.if defined(WITH_KDE)
|
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
.endif
|
2005-06-22 11:26:19 +02:00
|
|
|
USE_XLIB= yes
|
2005-10-04 05:59:42 +02:00
|
|
|
USE_BZIP2= yes
|
2005-02-20 05:38:57 +01:00
|
|
|
USE_GMAKE= yes
|
2004-08-12 07:46:05 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_REINPLACE= yes
|
2005-08-28 10:41:59 +02:00
|
|
|
WITHOUT_CPU_CFLAGS= true
|
2004-10-25 14:39:25 +02:00
|
|
|
|
2005-09-02 05:19:47 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2005-07-22 11:26:26 +02:00
|
|
|
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
|
2004-11-06 13:12:01 +01:00
|
|
|
USE_JAVA= yes
|
2005-06-28 02:42:55 +02:00
|
|
|
JAVA_VERSION= 1.4
|
2004-11-06 13:12:01 +01:00
|
|
|
JAVA_BUILD= jdk
|
2005-09-02 02:39:52 +02:00
|
|
|
JAVA_VENDOR= bsdjava
|
2004-10-25 14:39:25 +02:00
|
|
|
.endif
|
2004-06-14 01:57:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include <${FILESDIR}/Makefile.localized>
|
|
|
|
|
2005-02-02 05:07:30 +01:00
|
|
|
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
|
2005-05-13 00:09:04 +02:00
|
|
|
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
.endif
|
2005-08-28 10:41:59 +02:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= Install lang/perl5.8 then try again
|
|
|
|
.endif
|
2004-08-12 07:46:05 +02:00
|
|
|
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
CODELINE= 680
|
2005-08-29 03:06:13 +02:00
|
|
|
RELEASE_NR= 2.0
|
|
|
|
INSTALLATION_BASEDIR= openoffice.org${PORTVERSION}
|
|
|
|
EXECBASE= openoffice.org-${PORTVERSION}
|
2005-01-20 12:33:35 +01:00
|
|
|
DIST_SUBDIR= openoffice.org2.0
|
2005-06-19 04:31:48 +02:00
|
|
|
SIMPLEOSVER= ${OSREL:C/\.//g}
|
2005-08-29 03:06:13 +02:00
|
|
|
PACKAGE_BASENAME= OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
|
|
|
|
LOCALIZED_LANG?= en-US
|
|
|
|
# FIXME (Somehow INDEX build fails)
|
|
|
|
.if defined(LANG_PKGNAME)
|
|
|
|
PKGNAMEPREFIX= ${LANG_PKGNAME}-
|
2004-10-25 14:39:25 +02:00
|
|
|
.endif
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
.if defined(LANG_SUFFIX)
|
|
|
|
PKGNAMESUFFIX?= -${LANG_SUFFIX}
|
2004-06-14 01:57:01 +02:00
|
|
|
.endif
|
2004-04-10 01:16:42 +02:00
|
|
|
|
2005-07-22 11:26:26 +02:00
|
|
|
.if defined(WITH_GNUGCJ)
|
|
|
|
BUILD_DEPENDS+= gcc41:${PORTSDIR}/lang/gcc41
|
|
|
|
BROKEN= "still work in progress"
|
|
|
|
.else
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
BUILD_DEPENDS+= gcc-ooo:${PORTSDIR}/lang/gcc-ooo
|
2005-07-22 11:26:26 +02:00
|
|
|
.endif
|
|
|
|
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
# FIXME (correctly add ccache before gcc and g++)
|
2004-08-12 07:46:05 +02:00
|
|
|
.if defined(WITH_CCACHE)
|
|
|
|
BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache
|
2005-07-22 11:26:26 +02:00
|
|
|
.if defined(WITH_GNUGCJ)
|
|
|
|
CC= ccache gcc41
|
|
|
|
CXX= ccache g++41
|
|
|
|
.else
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
CC= ccache gcc-ooo
|
|
|
|
CXX= ccache g++-ooo
|
2005-07-22 11:26:26 +02:00
|
|
|
.endif #WITH_GNUGCJ
|
|
|
|
.endif #WITH_CCACHE
|
|
|
|
.if !defined(WITH_CCACHE)
|
|
|
|
.if defined(WITH_GNUGCJ)
|
|
|
|
CC= gcc41
|
|
|
|
CXX= g++41
|
2004-06-14 01:57:01 +02:00
|
|
|
.else
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
CC= gcc-ooo
|
|
|
|
CXX= g++-ooo
|
2005-07-22 11:26:26 +02:00
|
|
|
.endif #WITH_GNUGCJ
|
|
|
|
.endif #!WITH_CCACHE
|
|
|
|
|
2004-10-25 14:39:25 +02:00
|
|
|
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
|
2004-08-12 07:46:05 +02:00
|
|
|
unzip:${PORTSDIR}/archivers/unzip \
|
|
|
|
gcp:${PORTSDIR}/sysutils/coreutils \
|
2004-10-25 14:39:25 +02:00
|
|
|
gpatch:${PORTSDIR}/devel/patch \
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
|
2005-09-06 02:20:26 +02:00
|
|
|
bison-devel:${PORTSDIR}/devel/bison-devel \
|
2005-07-03 04:08:07 +02:00
|
|
|
imake:${X_IMAKE_PORT}
|
2005-07-22 11:26:26 +02:00
|
|
|
.if !defined(WITHOUT_JAVA)
|
2004-10-25 14:39:25 +02:00
|
|
|
BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant
|
2005-07-26 23:58:38 +02:00
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
|
2005-08-28 10:41:59 +02:00
|
|
|
LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2
|
2004-10-25 14:39:25 +02:00
|
|
|
.endif
|
2005-06-03 06:15:35 +02:00
|
|
|
|
2002-03-01 00:36:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-10-04 05:59:42 +02:00
|
|
|
WRKSRC= ${WRKDIR}
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
CONFIGURE_WRKSRC= ${WRKSRC}/config_office
|
2004-08-12 07:46:05 +02:00
|
|
|
ANT?= ${LOCALBASE}/bin/ant
|
|
|
|
ZIP?= ${PREFIX}/bin/zip
|
2005-05-15 05:51:47 +02:00
|
|
|
TCSH?= /bin/tcsh
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2005-05-13 02:17:22 +02:00
|
|
|
NUMOFPROCESSES?= 1
|
2003-09-09 14:39:05 +02:00
|
|
|
|
2005-08-11 05:14:41 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE}/bin/gpatch --with-epm=internal --with-system-freetype
|
2004-10-25 14:39:25 +02:00
|
|
|
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
.include <${FILESDIR}/Makefile.knobs>
|
2002-10-19 00:41:42 +02:00
|
|
|
|
2004-08-12 07:46:05 +02:00
|
|
|
pre-everything::
|
2004-10-25 14:39:25 +02:00
|
|
|
# really tweak, extremely useful when you build all localized language versions
|
2004-08-12 07:46:05 +02:00
|
|
|
# needed after when you build with ALL_LOCALIZED_LANGS.
|
|
|
|
.if defined(TWEAK_L10N)
|
|
|
|
@${RM} -f ${WRKDIR}/.PLIST*
|
|
|
|
@${RM} -f ${WRKDIR}/.install_done.*
|
|
|
|
@${RM} -f ${WRKDIR}/.package_done.*
|
|
|
|
@${RM} -f ${WRKDIR}/.extract_done.*
|
|
|
|
@${RM} -f ${WRKDIR}/.patch_done.*
|
|
|
|
@${RM} -f ${WRKDIR}/.configure_done.*
|
|
|
|
@${RM} -f ${WRKDIR}/.build_done.*
|
|
|
|
@${TOUCH} ${EXTRACT_COOKIE}
|
|
|
|
@${TOUCH} ${PATCH_COOKIE}
|
|
|
|
@${TOUCH} ${CONFIGURE_COOKIE}
|
|
|
|
@${TOUCH} ${BUILD_COOKIE}
|
|
|
|
.endif
|
1999-12-09 18:08:31 +01:00
|
|
|
|
2002-03-01 00:36:03 +01:00
|
|
|
post-extract:
|
2005-08-11 05:14:41 +02:00
|
|
|
#.if defined(WITH_TTF_BYTECODE_ENABLED)
|
|
|
|
# @cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/optpatch-freetype
|
|
|
|
#.endif
|
2005-09-05 11:29:07 +02:00
|
|
|
.if (${OSVERSION} <= 492000)
|
|
|
|
@cd ${WRKSRC} ; ${PATCH} < ${FILESDIR}/fbsd4-workaroundpatch
|
|
|
|
.endif
|
2004-08-12 07:46:05 +02:00
|
|
|
@cd ${WRKDIR} ; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/gpc231.tar.Z | ${TAR} xfz -
|
2004-10-25 14:39:25 +02:00
|
|
|
@${CP} ${WRKDIR}/gpc231/gpc.c ${WRKSRC}/external/gpc/
|
|
|
|
@${CP} ${WRKDIR}/gpc231/gpc.h ${WRKSRC}/external/gpc/
|
|
|
|
.if !defined(WITHOUT_MOZILLA)
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${MOZILLA_SOURCE} ${WRKSRC}/moz/download
|
2002-10-19 00:41:42 +02:00
|
|
|
.endif
|
|
|
|
|
2002-03-01 00:36:03 +01:00
|
|
|
do-build:
|
2004-10-25 14:39:25 +02:00
|
|
|
@cd ${WRKSRC} ; ./bootstrap
|
2005-08-28 10:41:59 +02:00
|
|
|
# PR:84786 #i53289#
|
2005-05-15 05:51:47 +02:00
|
|
|
.if (${NUMOFPROCESSES}>1)
|
2005-08-28 10:41:59 +02:00
|
|
|
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all"
|
2005-05-15 05:51:47 +02:00
|
|
|
.else
|
2005-08-28 10:41:59 +02:00
|
|
|
@cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source FreeBSDEnv.Set ; dmake"
|
2002-10-19 00:41:42 +02:00
|
|
|
.endif
|
|
|
|
|
2002-03-01 00:36:03 +01:00
|
|
|
do-install:
|
2005-06-04 01:18:49 +02:00
|
|
|
@cd ${WRKSRC}/instsetoo_native/unxfbsd.pro/OpenOffice/install/${LOCALIZED_LANG}/freebsd-*/ ; ${LS} *.tgz > ${WRKDIR}/INSTALLFILES
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${RM} -Rf ${WRKDIR}/tmp
|
|
|
|
@${MKDIR} ${WRKDIR}/tmp
|
2005-02-09 07:58:59 +01:00
|
|
|
@for i in `${CAT} ${WRKDIR}/INSTALLFILES`; do \
|
|
|
|
${CP} ${WRKSRC}/instsetoo_native/unxfbsd.pro/OpenOffice/install/${LOCALIZED_LANG}/freebsd-*/$$i ${WRKDIR}/tmp ; \
|
2005-08-28 10:41:59 +02:00
|
|
|
cd ${WRKDIR}/tmp ; ${TAR} xfz ${WRKDIR}/tmp/$$i ; \
|
2005-02-09 07:58:59 +01:00
|
|
|
done
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR}
|
|
|
|
@cd ${WRKDIR}/tmp/opt/openoffice* ; ${TAR} cf - -C . . | ${TAR} xf - -C ${PREFIX}/${INSTALLATION_BASEDIR}
|
2002-10-19 00:41:42 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG} "===> Add wrapper scripts";
|
2005-07-29 03:44:40 +02:00
|
|
|
@${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/
|
2004-06-14 01:57:01 +02:00
|
|
|
@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
|
2003-09-17 06:06:28 +02:00
|
|
|
-e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \
|
2005-05-15 06:08:55 +02:00
|
|
|
-e 's#%%MILESTONE%%#${MILESTONE}#g' \
|
2005-08-29 03:06:13 +02:00
|
|
|
-e 's#%%PORTVERSION%%#${PORTVERSION}#g' \
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
-e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \
|
2005-07-29 03:44:40 +02:00
|
|
|
${WRKDIR}/openoffice.org-wrapper
|
|
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
${PREFIX}/bin/${EXECBASE}
|
2005-01-16 09:51:17 +01:00
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/openoffice.org
|
2005-09-09 01:45:44 +02:00
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sbase
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-scalc
|
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-sdraw
|
2005-09-22 06:15:38 +02:00
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-setofficelang
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-smath
|
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-simpress
|
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-spadmin
|
|
|
|
@${LN} -fs ${PREFIX}/bin/${EXECBASE} ${PREFIX}/bin/${EXECBASE}-swriter
|
2005-10-16 09:25:40 +02:00
|
|
|
# python post-install script start
|
|
|
|
# consult instsetoo_native/inc_openoffice/unix/shellscripts_pyuno.txt
|
|
|
|
@cd ${PREFIX}/${INSTALLATION_BASEDIR}/program ; ${LN} -s python-core-2.3.4 ${PREFIX}/${INSTALLATION_BASEDIR}/program/python-core; ${LN} -s python.sh ${PREFIX}/${INSTALLATION_BASEDIR}/program/python
|
|
|
|
${CHMOD} +x ${PREFIX}/${INSTALLATION_BASEDIR}/program/python-core-2.3.4/bin/python
|
|
|
|
# python post-install script end
|
2005-01-24 01:03:28 +01:00
|
|
|
@${PRINTF} "bin/openoffice.org\n" > ${TMPPLIST}
|
2005-01-20 12:33:35 +01:00
|
|
|
@cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST}
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@cd ${PREFIX} ; ${FIND} -s bin -type l | ${GREP} ${EXECBASE} >> ${TMPPLIST}
|
2004-08-12 07:46:05 +02:00
|
|
|
@cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type f >> ${TMPPLIST}
|
|
|
|
@cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type l >> ${TMPPLIST}
|
|
|
|
@cd ${PREFIX} ; ${FIND} -s ${INSTALLATION_BASEDIR} -type d > ${WRKDIR}/dir.tmp
|
2002-10-19 00:41:42 +02:00
|
|
|
@${SORT} -r ${WRKDIR}/dir.tmp | ${XARGS} -n 1 ${ECHO_CMD} @dirrm >> ${TMPPLIST}
|
Update to 1.9m71 and unbreak
Special thanks to: Pavel Janik, and Kris Kennaway
They contributed for in many ways.
Additional contributors. thank you very much for all:
daichi, Eric Bachard, kan, lofi, Martin Hollmichel,
nork, obrien, Sander Vesik, sem, and Stefan Taxhet
2005-01-10 13:28:20 +01:00
|
|
|
@${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE}
|
|
|
|
@${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
|
|
|
|
-e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \
|
|
|
|
-e 's#%%EXECBASE%%#${EXECBASE}#g' \
|
|
|
|
-e 's#%%MILESTONE%%#${MILESTONE}#g' \
|
|
|
|
-e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \
|
|
|
|
${PKGMESSAGE}
|
|
|
|
@${ECHO_CMD}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
@${ECHO_CMD}
|
2002-10-19 00:41:42 +02:00
|
|
|
|
2005-07-02 13:26:09 +02:00
|
|
|
.include <${FILESDIR}/Makefile.others>
|
1999-12-15 00:14:36 +01:00
|
|
|
.include <bsd.port.post.mk>
|