diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-06-25 11:46:19 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-06-25 11:46:19 +0000 |
commit | 588278586f57c7bf546708eb872a5f1cdc7789f9 (patch) | |
tree | b4d0686d52e43e7514fb9e88a32dd63ab570c56e /editors/openoffice-3-devel | |
parent | 1662b5047192bea43638d2836619fa64cd80f299 (diff) | |
download | ports-588278586f57c7bf546708eb872a5f1cdc7789f9.tar.gz ports-588278586f57c7bf546708eb872a5f1cdc7789f9.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index d912da05292a..d39b4faed5c9 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -152,6 +152,13 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --enable-wiki-publisher \ --enable-report-builder +OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt +OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt +OOOEXTENSIONS+= presenter/presenter-screen.oxt +OOOEXTENSIONS+= pdfimport/pdfimport.oxt +OOOEXTENSIONS+= swext/wiki-publisher.oxt +OOOEXTENSIONS+= sun-report-builder.oxt + .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost @@ -242,6 +249,8 @@ do-install: @${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR} @cd ${WRKDIR}/tmp/opt/ ; ${TAR} cf - -C . . | ${TAR} xf - -C ${PREFIX}/${INSTALLATION_BASEDIR} .endif + @${MKDIR} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ + @cd ${WRKSRC}/solver/300/unxfbsdi.pro/bin/ ; ${INSTALL_DATA} ${OOOEXTENSIONS} ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ post-install: @${ECHO_MSG} "===> Add wrapper scripts"; |