diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-04-08 19:42:21 +0800 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-08 19:42:21 +0800 |
commit | 74deda300289bd3adfa706cded2682ed37878617 (patch) | |
tree | c1aefc66f42a3b23959de42ceb968670be0aa3f0 | |
parent | 9bb7b739bc86394648b14feb23325259861a9cda (diff) | |
download | freebsd-ports-gnome-74deda300289bd3adfa706cded2682ed37878617.tar.gz freebsd-ports-gnome-74deda300289bd3adfa706cded2682ed37878617.tar.zst freebsd-ports-gnome-74deda300289bd3adfa706cded2682ed37878617.zip |
Make solver section.
Suggested by: Takamichi Akiyama <tora@openoffice.org>
-rw-r--r-- | editors/openoffice-1.1/Makefile | 7 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 4114126a5bb6..30ffebfcf9d8 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -305,7 +305,7 @@ pre-fetch: @${ECHO} @${FALSE} .endif - @${ECHO} "If you want SDK, please type make sdk" + @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" post-extract: @for file in ${EXTRACT_REST}; do \ @@ -559,6 +559,11 @@ sdk: .endif ${MV} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/OpenOffice.org${FRELEASE_NR}_SDK.tar.gz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_sdk.tar.gz + +solver: + @${ECHO_MSG} "===> Make Solver of OpenOffice.org" + @cd ${WRKSRC}/.. ; ${TAR} cfz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_solver.tar.gz solver + update: @${MAKE} fetch @${MAKE} extract diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 4114126a5bb6..30ffebfcf9d8 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -305,7 +305,7 @@ pre-fetch: @${ECHO} @${FALSE} .endif - @${ECHO} "If you want SDK, please type make sdk" + @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" post-extract: @for file in ${EXTRACT_REST}; do \ @@ -559,6 +559,11 @@ sdk: .endif ${MV} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/OpenOffice.org${FRELEASE_NR}_SDK.tar.gz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_sdk.tar.gz + +solver: + @${ECHO_MSG} "===> Make Solver of OpenOffice.org" + @cd ${WRKSRC}/.. ; ${TAR} cfz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_solver.tar.gz solver + update: @${MAKE} fetch @${MAKE} extract |