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> |