View | Details | Raw Unified | Return to bug 77983
Collapse All | Expand All

(-)java-tutorial_2/Makefile (-20 / +22 lines)
Lines 24-29 Link Here
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
USE_ZIP=	yes
25
USE_ZIP=	yes
26
PORTDOCS=	*
26
PORTDOCS=	*
27
SUB_FILES=	pkg-message
28
29
pre-extract:
30
.if !defined(WITH_EXTRAS)
31
	@${ECHO}	"*"
32
	@${ECHO}	"* make install WITH_EXTRAS=yes will add to the installation:"
33
	@${ECHO}	"*"
34
	@${ECHO}	"* 1) source files for all the tutorial examples"
35
	@${ECHO}	"*"
36
	@${ECHO}	"* 2) Some examples such as the BINGO and Servlets Bookstore examples"
37
	@${ECHO}	"* include many source files in a rather complex directory structure,"
38
	@${ECHO}	"* so these examples are separate files."
39
	@${ECHO}	"*"
40
	@${ECHO}	"* 3) The JFC/Swing trail"
41
	@${ECHO}	"*"
42
.endif
27
43
28
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
29
45
Lines 38-62 Link Here
38
	@${ECHO_MSG} " [ DONE ]"
54
	@${ECHO_MSG} " [ DONE ]"
39
55
40
post-install:
56
post-install:
41
	@${ECHO}	"***********************************************************************"
57
	@${ECHO}	"*"
42
	@${ECHO}	"*                                                                     *"
58
	@${ECHO}	"* Set your browser to ${DOCSDIR}/index.html and enjoy!"
43
.if !defined(WITH_EXTRAS)
59
	@${ECHO}	"*"
44
	@${ECHO}	"* make install WITH_EXTRAS=1 will add to the installation:            *"
60
	@${ECHO}	"* Michael C. Shultz (port maintainer)"
45
	@${ECHO}	"*                                                                     *"
61
	@${ECHO}	"* ringworm01@gmail.com"
46
	@${ECHO}	"* 1) source files for all the tutorial examples                       *"
62
	@${ECHO}	"*"
47
	@${ECHO}	"*                                                                     *"
48
	@${ECHO}	"* 2) Some examples such as the BINGO and Servlets Bookstore examples  *"
49
	@${ECHO}	"* include many source files in a rather complex directory structure,  *"
50
	@${ECHO}	"* so these examples are separate files.                               *"
51
	@${ECHO}	"*                                                                     *"
52
	@${ECHO}	"* 3) The JFC/Swing trail                                              *"
53
	@${ECHO}	"*                                                                     *"
54
.endif
55
	@${ECHO}	"* Set your browser to ${DOCSDIR}/index.html and enjoy!                *"
56
	@${ECHO}	"*                                                                     *"
57
	@${ECHO}	"* Michael C. Shultz (port maintainer)                                 *"
58
	@${ECHO}	"* ringworm01@gmail.com                                                *"
59
	@${ECHO}	"*                                                                     *"
60
	@${ECHO}	"***********************************************************************"
61
63
62
.include <bsd.port.post.mk>
64
.include <bsd.port.post.mk>
(-)java-tutorial_2/files/pkg-message.in (+18 lines)
Line 0 Link Here
1
*
2
* make package WITH_EXTRAS=yes adds
3
*
4
* 1) source files for all the tutorial examples
5
*
6
* 2) Some examples such as the BINGO and Servlets Bookstore examples
7
* include many source files in a rather complex directory structure,
8
* so these examples are separate files.
9
*
10
* 3) The JFC/Swing trail"
11
*
12
***********************************
13
*
14
* Set your browser to %%DOCSDIR%%/index.html and enjoy!"
15
*
16
* Michael C. Shultz (port maintainer)"
17
* ringworm01@gmail.com
18
*

Return to bug 77983