diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-06-12 10:21:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-06-12 10:21:38 +0000 |
commit | 552d00e55843fc9d4e552079b4cf68f6719aafe9 (patch) | |
tree | 0a3574231c7915c3fcf7435a7aba21743307b54a /editors/openoffice-3-devel/Makefile | |
parent | d86c4194abe962c39be8487d24975a6962d4cec2 (diff) | |
download | ports-552d00e55843fc9d4e552079b4cf68f6719aafe9.tar.gz ports-552d00e55843fc9d4e552079b4cf68f6719aafe9.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel/Makefile')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index c0d18c2deaaa..f52a69cea2db 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 3.4.${SNAPDATE} CATEGORIES= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/sources/:extsrc \ + http://ooopackages.good-day.net/pub/OpenOffice.org/sources/:l10nsdf \ http://ooopackages.good-day.net/pub/OpenOffice.org/cws/:cws \ http://tools.openoffice.org/unowinreg_prebuild/680/:unowinreg DISTFILES+= ${OOOSRC} ${OOOEXTSRC} unowinreg.dll:unowinreg @@ -23,7 +24,7 @@ CONFLICTS= cppunit* EXTRATC_ONLY?= ${OOOSRC} ${OOOEXTSRC} -OOOEXTSRC= ext_sources.20110331.tar.bz2:extsrc +OOOEXTSRC= ext_sources.20110331.tar.bz2:extsrc l10n.20110611.tar.bz2:l10nsdf .if defined(CWS) PORTNAME:= openoffice.org-${CWS} @@ -75,12 +76,12 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 100 +MILESTONE?= 101 OOOTAG?= DEV300_m${MILESTONE} OOOTAG2= ${OOOTAG:C/_//g} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20110219 +SNAPDATE= 20110220 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 @@ -199,6 +200,9 @@ pre-configure: .endif do-build: + @cd ${WRKDIR} ; ${PRINTF} "[repositories]\n" > source_config + @cd ${WRKDIR} ; ${PRINTF} "${OOOTAG}=active\n" >> source_config + @cd ${WRKDIR} ; ${PRINTF} "l10n=active\n" >> source_config @cd ${WRKSRC} ; ./bootstrap @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" "LIBINTL_PREFIX=${PREFIX}" ${BASH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; ../solenv/bin/build.pl --all -P${MAKE_JOBS_NUMBER} -- -P${MAKE_JOBS_NUMBER}" |