mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
This commit is contained in:
parent
6f6054cd8e
commit
58942bab6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21032
@ -27,6 +27,6 @@ do-install:
|
||||
[ ! -f ${PREFIX}/share/ephem/ephem.cfg ] && ${INSTALL_DATA} ephem.cfg ${PREFIX}/share/ephem/
|
||||
|
||||
post-install:
|
||||
@echo Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg!
|
||||
@${ECHO_MSG} Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg!
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,7 +22,7 @@ EXTRACT_AFTER_ARGS= # empty
|
||||
PATCH_STRIP= -p1
|
||||
|
||||
post-extract:
|
||||
@echo "===> Removing object files for ${DISTNAME}"
|
||||
@${ECHO_MSG} "===> Removing object files for ${DISTNAME}"
|
||||
@(cd ${WRKDIR}/luna19/iprintf; ${RM} -fr *.o)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -62,17 +62,17 @@ do-install:
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/
|
||||
|
||||
@echo ---------------------------------------------------------------
|
||||
@echo You must add ${PREFIX}/lib/rvplayer5.0 to your
|
||||
@echo LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
|
||||
@echo
|
||||
@echo To use the Netscape plugin, you must have a Linux version of
|
||||
@echo netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
|
||||
@echo ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
|
||||
@echo
|
||||
@echo To use rvplayer as an external helper app for Netscape \(any
|
||||
@echo version\), follow the instructions in
|
||||
@echo ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
|
||||
@echo ---------------------------------------------------------------
|
||||
@${ECHO_MSG} ---------------------------------------------------------------
|
||||
@${ECHO_MSG} You must add ${PREFIX}/lib/rvplayer5.0 to your
|
||||
@${ECHO_MSG} LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} To use the Netscape plugin, you must have a Linux version of
|
||||
@${ECHO_MSG} netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
|
||||
@${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} To use rvplayer as an external helper app for Netscape \(any
|
||||
@${ECHO_MSG} version\), follow the instructions in
|
||||
@${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
|
||||
@${ECHO_MSG} ---------------------------------------------------------------
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,14 +24,14 @@ ALL_TARGET= freebsd
|
||||
pre-configure:
|
||||
.if $(MACHINE_ARCH) == "i386"
|
||||
.if !defined(OPT_ARCH) || (($(OPT_ARCH) != "i486") && ($(OPT_ARCH) != "i586"))
|
||||
@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
@echo "Note: you can set OPT_ARCH to optimize for your hardware. (Eg:- make OPT_ARCH=i486)"
|
||||
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
@${ECHO_MSG} "Note: you can set OPT_ARCH to optimize for your hardware. (Eg:- make OPT_ARCH=i486)"
|
||||
.if $(PORTOBJFORMAT) == "elf"
|
||||
@echo "Valid values are: i486, i586"
|
||||
@${ECHO_MSG} "Valid values are: i486, i586"
|
||||
.else
|
||||
@echo "Valid values are: i486"
|
||||
@${ECHO_MSG} "Valid values are: i486"
|
||||
.endif
|
||||
@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
@${ECHO_MSG} "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
@ -26,15 +26,15 @@ pre-build:
|
||||
.if defined(DONOTUSE_ORIGINALBINARY)
|
||||
(cd ${WRKSRC}; ${CP} makefile Makefile)
|
||||
(cd ${WRKSRC}; ./change_parameter)
|
||||
@echo "********************"
|
||||
@echo "** re-build with customizations"
|
||||
@echo "** maxorb: 256 -> 1024"
|
||||
@echo "** maxatm: 150 -> 300"
|
||||
@echo "********************"
|
||||
@${ECHO_MSG} "********************"
|
||||
@${ECHO_MSG} "** re-build with customizations"
|
||||
@${ECHO_MSG} "** maxorb: 256 -> 1024"
|
||||
@${ECHO_MSG} "** maxatm: 150 -> 300"
|
||||
@${ECHO_MSG} "********************"
|
||||
.else
|
||||
@echo "********************"
|
||||
@echo "** using original binary"
|
||||
@echo "********************"
|
||||
@${ECHO_MSG} "********************"
|
||||
@${ECHO_MSG} "** using original binary"
|
||||
@${ECHO_MSG} "********************"
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
|
@ -27,9 +27,6 @@ do-install:
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@echo -----------------------------------------------------------
|
||||
@echo Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf.
|
||||
@echo Then run "bg5ps -h" for help.
|
||||
@echo -----------------------------------------------------------
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
5
chinese/bg5ps/pkg-message
Normal file
5
chinese/bg5ps/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
-----------------------------------------------------------
|
||||
Copy ${PREFIX}/share/doc/bg5ps/bg5ps.conf to ~/.bg5ps.conf.
|
||||
Then run "bg5ps -h" for help.
|
||||
-----------------------------------------------------------
|
||||
|
@ -37,11 +37,6 @@ pre-install:
|
||||
fi
|
||||
|
||||
post-install:
|
||||
@echo
|
||||
@echo "---------------------------------------------------------------"
|
||||
@echo "You need to add a line 'options SYSVSHM' to your kernel config."
|
||||
@echo "Use 'b5c' to run the big5 console."
|
||||
@echo "---------------------------------------------------------------"
|
||||
@echo
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
6
chinese/big5con/pkg-message
Normal file
6
chinese/big5con/pkg-message
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
---------------------------------------------------------------
|
||||
You need to add a line 'options SYSVSHM' to your kernel config.
|
||||
Use 'b5c' to run the big5 console.
|
||||
---------------------------------------------------------------
|
||||
|
@ -20,7 +20,7 @@ post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \
|
||||
${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
|
||||
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/qpage.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/qpage ] && ${PREFIX}/bin/qpage -q10 && echo -n ' qpage'" >> ${PREFIX}/etc/rc.d/qpage.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/qpage ] && ${PREFIX}/bin/qpage -q10 && ${ECHO} -n ' qpage'" >> ${PREFIX}/etc/rc.d/qpage.sh; \
|
||||
${CHMOD} 751 ${PREFIX}/etc/rc.d/qpage.sh; \
|
||||
fi
|
||||
|
||||
|
@ -42,7 +42,7 @@ do-install:
|
||||
${INSTALL_MAN} ${FILESDIR}/uulib.3 ${PREFIX}/man/man3
|
||||
perl -pi -e '$$a = '\''${PREFIX}/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man3/uulib.3
|
||||
.if !defined(NOPORTDOCS)
|
||||
@echo "===> Installing documentation for ${PKGNAME}"
|
||||
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
||||
@${MKDIR} ${PREFIX}/share/doc/uulib
|
||||
@${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/share/doc/uulib
|
||||
.for docfile in ${DOCFILES}
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,14 +27,14 @@ post-install:
|
||||
cd ${WRKSRC}/..; \
|
||||
tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \
|
||||
( cd ${PREFIX}/share/examples/db2; tar xf - )
|
||||
@echo ""
|
||||
@echo "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@echo "have a working copy of the JDK (v1.1) installed."
|
||||
@echo ""
|
||||
@echo "To build java support, please read:"
|
||||
@echo ""
|
||||
@echo "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@echo ""
|
||||
@echo "and follow the directions therein."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you"
|
||||
@${ECHO_MSG} "have a working copy of the JDK (v1.1) installed."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "To build java support, please read:"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README"
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "and follow the directions therein."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -45,7 +45,7 @@ post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \
|
||||
${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \
|
||||
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/msql2d ] && su -l msql -c 'exec ${PREFIX}/bin/msql2d' > /dev/null 2>&1 & && echo -n ' msql2'" >> ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/msql2d ] && su -l msql -c 'exec ${PREFIX}/bin/msql2d' > /dev/null 2>&1 & && ${ECHO} -n ' msql2'" >> ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${CHMOD} 751 ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
fi
|
||||
.if !defined(BATCH)
|
||||
|
@ -45,7 +45,7 @@ post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \
|
||||
${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \
|
||||
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/msql2d ] && su -l msql -c 'exec ${PREFIX}/bin/msql2d' > /dev/null 2>&1 & && echo -n ' msql2'" >> ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${ECHO} "[ -x ${PREFIX}/bin/msql2d ] && su -l msql -c 'exec ${PREFIX}/bin/msql2d' > /dev/null 2>&1 & && ${ECHO} -n ' msql2'" >> ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
${CHMOD} 751 ${PREFIX}/etc/rc.d/msql2.sh; \
|
||||
fi
|
||||
.if !defined(BATCH)
|
||||
|
@ -30,9 +30,9 @@ pre-patch:
|
||||
cd $(WRKSRC) && tar xzpf ${DISTDIR}/xmdfix.gz
|
||||
|
||||
post-patch:
|
||||
@echo removing the "malloc.h" includes
|
||||
@${ECHO_MSG} removing the "malloc.h" includes
|
||||
${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero
|
||||
@echo removing unneccessary DependTarget from Imakefile-s
|
||||
@${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s
|
||||
${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,8 +21,8 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
|
||||
${MKDIR} ${PREFIX}/share/zorro
|
||||
${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
|
||||
@echo ""
|
||||
@echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
|
||||
@echo ""
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -60,7 +60,7 @@ post-extract:
|
||||
@(${CHMOD} +w ${WRKSRC})
|
||||
@(for file in ${WRKSRC}/* ; do ${TR} -d '\015' < $$file > $$file.x ; ${MV} -f $$file.x $$file ; done)
|
||||
@(for file in ${TRUNCATED_NAMES} ; do \
|
||||
x=`echo $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \
|
||||
x=`${ECHO} $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \
|
||||
y=$${file#*.} ; \
|
||||
${MV} ${WRKSRC}/$${x}*.$${y} ${WRKSRC}/$$file; \
|
||||
done)
|
||||
|
@ -148,7 +148,7 @@ post-install:
|
||||
if [ ! -f ${STARTUP_SCRIPT} ]; then \
|
||||
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
|
||||
${ECHO} '#!/bin/sh' > ${STARTUP_SCRIPT}; \
|
||||
${ECHO} '#echo -n " Mule"' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} '#${ECHO} -n " Mule"' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} 'if [ -d /var/run/emacs/lock ]; then' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} ' rm -f /var/run/emacs/lock/*' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} "else" >> ${STARTUP_SCRIPT}; \
|
||||
|
@ -27,8 +27,8 @@ USE_PERL5= yes
|
||||
|
||||
pre-configure:
|
||||
.if ! defined(USE_PERL)
|
||||
@echo "Define USE_PERL if you want to make a vile which includes"
|
||||
@echo "PERL functionality"
|
||||
@${ECHO_MSG} "Define USE_PERL if you want to make a vile which includes"
|
||||
@${ECHO_MSG} "PERL functionality"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@ -42,7 +42,7 @@ post-install:
|
||||
.if defined(USE_PERL)
|
||||
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
|
||||
.endif
|
||||
@echo "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@echo "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
@${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes
|
||||
# Have
|
||||
.if !defined(USE_MULE)
|
||||
pre-fetch:
|
||||
@echo "To install the MULE support files, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -47,10 +47,10 @@ do-install:
|
||||
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
|
||||
|
||||
post-install:
|
||||
@echo "This is only a subset of the available packages for xemacs."
|
||||
@echo "You can install additional packages yourself from within xemacs by"
|
||||
@echo "running it as root and using the 'Manage Packes' menu within"
|
||||
@echo "the 'Options' menu of the menubar."
|
||||
@${ECHO_MSG} "This is only a subset of the available packages for xemacs."
|
||||
@${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
|
||||
@${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
|
||||
@${ECHO_MSG} "the 'Options' menu of the menubar."
|
||||
|
||||
.if defined(USE_MULE)
|
||||
MULEDISTFILES= mule-base-1.30-pkg.tar.gz
|
||||
|
@ -42,13 +42,13 @@ PLIST_SUB= XEMACS_VER=20.4 XEMACS_ARCH=${XEMACS_ARCH}
|
||||
|
||||
# Have
|
||||
pre-configure:
|
||||
@echo "To compile in the MULE features, set the environment variable USE_MULE"
|
||||
@${ECHO_MSG} "To compile in the MULE features, set the environment variable USE_MULE"
|
||||
.if defined(HAVE_MOTIF)
|
||||
@echo ""
|
||||
@echo "If your MOTIF library is actually lesstif, you might occasionally"
|
||||
@echo "experience locked-up frames."
|
||||
@echo "In this case, set the environment variable MOTIF_STATIC and recompile, "
|
||||
@echo "which will force the use of athena widgets for dialogs."
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "If your MOTIF library is actually lesstif, you might occasionally"
|
||||
@${ECHO_MSG} "experience locked-up frames."
|
||||
@${ECHO_MSG} "In this case, set the environment variable MOTIF_STATIC and recompile, "
|
||||
@${ECHO_MSG} "which will force the use of athena widgets for dialogs."
|
||||
.endif
|
||||
|
||||
.if defined(USE_MULE)
|
||||
|
@ -24,10 +24,10 @@ MAN1= xvile.1
|
||||
|
||||
pre-configure:
|
||||
.if ! defined(USE_MENUS)
|
||||
@echo "To use xvile with menus, set the environment variable USE_MENUS"
|
||||
@${ECHO_MSG} "To use xvile with menus, set the environment variable USE_MENUS"
|
||||
.endif
|
||||
.if ! defined(USE_PERL)
|
||||
@echo "To use xvile with PERL, set the environment variable USE_PERL"
|
||||
@${ECHO_MSG} "To use xvile with PERL, set the environment variable USE_PERL"
|
||||
.endif
|
||||
|
||||
.if defined(USE_MENUS)
|
||||
@ -53,7 +53,7 @@ post-install:
|
||||
.if defined(USE_PERL)
|
||||
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
|
||||
.endif
|
||||
@echo "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@echo "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
@${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
|
||||
@${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,9 +22,9 @@ MAN6= xmame.6
|
||||
|
||||
post-install:
|
||||
.ifdef NOPORTDOCS
|
||||
@echo "==> Extra documentation WILL NOT be installed."
|
||||
@${ECHO_MSG} "==> Extra documentation WILL NOT be installed."
|
||||
.else
|
||||
@echo "==> Installing extra documentation..."
|
||||
@${ECHO_MSG} "==> Installing extra documentation..."
|
||||
${MKDIR} ${PREFIX}/lib/mame
|
||||
for DOC in CHEAT.DOC Changes MailList.notes README.unix mamelist.txt readme.dos whatsnew.txt; do ${INSTALL} -c -o bin -g bin -m 444 ${WRKSRC}/doc/$${DOC} ${PREFIX}/lib/mame/$${DOC}; done
|
||||
.endif
|
||||
|
@ -19,8 +19,8 @@ DOCFILES= BOOKFILES CHANGES CONTRIB COPYING GENERAL INSTALL PORTING \
|
||||
MAN6= gnushogi.6
|
||||
|
||||
post-configure:
|
||||
echo "DISTDIR=${WRKDIR}" >> ${WRKSRC}/src/${MAKEFILE}
|
||||
echo "prefix=${PREFIX}" >> ${WRKSRC}/src/${MAKEFILE}
|
||||
${ECHO} "DISTDIR=${WRKDIR}" >> ${WRKSRC}/src/${MAKEFILE}
|
||||
${ECHO} "prefix=${PREFIX}" >> ${WRKSRC}/src/${MAKEFILE}
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}/src; \
|
||||
|
@ -63,6 +63,6 @@ do-install:
|
||||
do ${INSTALL_DATA} $$f ${PREFIX}/share/imaze/$$f.example;\
|
||||
done; \
|
||||
${INSTALL_DATA} README ${PREFIX}/share/imaze)
|
||||
@echo "Please read the file \"README\" in \"${PREFIX}/share/imaze\"."
|
||||
@${ECHO_MSG} "Please read the file \"README\" in \"${PREFIX}/share/imaze\"."
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,6 +23,6 @@ MAN6= oneko.6
|
||||
NO_CDROM= "Including a derivative from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/"
|
||||
|
||||
pre-configure:
|
||||
@echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
||||
@${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,6 +17,6 @@ USE_IMAKE= yes
|
||||
MAN6= oneko.6
|
||||
|
||||
pre-configure:
|
||||
@echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
||||
@${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -50,14 +50,14 @@ do-install:
|
||||
/usr/bin/touch ${PREFIX}/quakeserver/quakeserver.log
|
||||
@ ${CHMOD} 700 ${PREFIX}/quakeserver/quakeserver.in ${PREFIX}/quakeserver/quakeserver.log
|
||||
@ ${CHOWN} -R nobody.nobody ${PREFIX}/quakeserver
|
||||
@ echo "Installing ${PREFIX}/etc/rc.d/quakeserver.sh startup script"
|
||||
@ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo "#" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo "" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo "if [ -x ${PREFIX}/quakeserver/unixded ]" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo "then" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo " su nobody -c ${PREFIX}/quakeserver/qserver.sh && echo -n ' quakeserver'" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ echo "fi" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "Installing ${PREFIX}/etc/rc.d/quakeserver.sh startup script"
|
||||
@ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "#" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "if [ -x ${PREFIX}/quakeserver/unixded ]" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "then" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} " su nobody -c ${PREFIX}/quakeserver/qserver.sh && ${ECHO} -n ' quakeserver'" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
@ ${CHMOD} 750 ${PREFIX}/etc/rc.d/quakeserver.sh
|
||||
.if !defined(BATCH)
|
||||
@ /usr/bin/more -e ${PREFIX}/quakeserver/readme.port
|
||||
|
@ -39,9 +39,9 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/WSC\ Changes.txt ${PREFIX}/uox3/wsc_changes.txt
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/uox3.sh ${PREFIX}/etc/rc.d/uox3.sh
|
||||
.ifdef NOPORTDOCS
|
||||
@echo "==> Extra documentation WILL NOT be installed."
|
||||
@${ECHO_MSG} "==> Extra documentation WILL NOT be installed."
|
||||
.else
|
||||
@echo "==> Installing extra documentation..."
|
||||
@${ECHO_MSG} "==> Installing extra documentation..."
|
||||
${MKDIR} ${PREFIX}/uox3/docs
|
||||
for FILE in ${WRKDIR}/docs/* ; do \
|
||||
${INSTALL_DATA} $${FILE} ${PREFIX}/uox3/docs ;\
|
||||
|
@ -18,6 +18,6 @@ USE_IMAKE= yes
|
||||
MAN6= xquarto.6
|
||||
|
||||
pre-configure:
|
||||
@echo "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
|
||||
@${ECHO} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,8 +21,8 @@ MAKEFILE= Makefile.custom
|
||||
MAN6= xshogi.6
|
||||
|
||||
post-configure:
|
||||
@echo "DISTDIR=${WRKDIR}" >> ${WRKSRC}/${MAKEFILE}
|
||||
@echo "LOCALBASE=${LOCALBASE}" >> ${WRKSRC}/${MAKEFILE}
|
||||
@${ECHO} "DISTDIR=${WRKDIR}" >> ${WRKSRC}/${MAKEFILE}
|
||||
@${ECHO} "LOCALBASE=${LOCALBASE}" >> ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xshogi
|
||||
|
@ -29,8 +29,6 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/screens/* ${PREFIX}/lib/X11/xsokoban/screens
|
||||
@${INSTALL_DATA} ${WRKSRC}/bitmaps/defaults/* \
|
||||
${PREFIX}/lib/X11/xsokoban/bitmaps/defaults
|
||||
@echo "First, type: 'xsokoban -c' to make score files."
|
||||
@echo "You must be the superuser 'root', and enter password 'score'."
|
||||
@echo
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
games/xsokoban/pkg-message
Normal file
3
games/xsokoban/pkg-message
Normal file
@ -0,0 +1,3 @@
|
||||
First, type: 'xsokoban -c' to make score files.
|
||||
You must be the superuser 'root', and enter password 'score'.
|
||||
|
@ -20,18 +20,6 @@ do-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/gracula
|
||||
${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula
|
||||
@echo
|
||||
@echo " Please read the file ${PREFIX}/share/doc/gracula/README"
|
||||
@echo " to learn how to use Graphic Counter Language."
|
||||
.endif
|
||||
@echo
|
||||
@echo " An introductory tutorial, and a GCL FAQ, can be found at"
|
||||
@echo " http://www.whizkidtech.net/gcl/"
|
||||
@echo " You should read both to take full advantage of the power"
|
||||
@echo " of Graphic Counter Language."
|
||||
@echo
|
||||
@echo " Also, sample scripts and graphics are available from"
|
||||
@echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/"
|
||||
@echo
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
12
graphics/gracula/pkg-message
Normal file
12
graphics/gracula/pkg-message
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
Please read the file ${PREFIX}/share/doc/gracula/README
|
||||
to learn how to use Graphic Counter Language.
|
||||
|
||||
An introductory tutorial, and a GCL FAQ, can be found at
|
||||
http://www.whizkidtech.net/gcl/
|
||||
You should read both to take full advantage of the power
|
||||
of Graphic Counter Language.
|
||||
|
||||
Also, sample scripts and graphics are available from
|
||||
Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/
|
||||
|
@ -37,7 +37,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\t@echo Using the already installed JPEG library\n' \
|
||||
printf '\t@${ECHO} Using the already installed JPEG library\n' \
|
||||
>> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
@ -51,7 +51,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\t@echo Using the already installed ZLIB library\n' \
|
||||
printf '\t@${ECHO} Using the already installed ZLIB library\n' \
|
||||
>> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
|
@ -37,7 +37,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\t@echo Using the already installed JPEG library\n' \
|
||||
printf '\t@${ECHO} Using the already installed JPEG library\n' \
|
||||
>> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
@ -51,7 +51,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\t@echo Using the already installed ZLIB library\n' \
|
||||
printf '\t@${ECHO} Using the already installed ZLIB library\n' \
|
||||
>> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
|
@ -62,17 +62,17 @@ do-install:
|
||||
|
||||
${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/
|
||||
|
||||
@echo ---------------------------------------------------------------
|
||||
@echo You must add ${PREFIX}/lib/rvplayer5.0 to your
|
||||
@echo LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
|
||||
@echo
|
||||
@echo To use the Netscape plugin, you must have a Linux version of
|
||||
@echo netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
|
||||
@echo ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
|
||||
@echo
|
||||
@echo To use rvplayer as an external helper app for Netscape \(any
|
||||
@echo version\), follow the instructions in
|
||||
@echo ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
|
||||
@echo ---------------------------------------------------------------
|
||||
@${ECHO_MSG} ---------------------------------------------------------------
|
||||
@${ECHO_MSG} You must add ${PREFIX}/lib/rvplayer5.0 to your
|
||||
@${ECHO_MSG} LD_LIBRARY_PATH environment variable to use RealPlayer 5.0.
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} To use the Netscape plugin, you must have a Linux version of
|
||||
@${ECHO_MSG} netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see
|
||||
@${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions.
|
||||
@${ECHO_MSG}
|
||||
@${ECHO_MSG} To use rvplayer as an external helper app for Netscape \(any
|
||||
@${ECHO_MSG} version\), follow the instructions in
|
||||
@${ECHO_MSG} ${PREFIX}/share/doc/rvplayer5.0/browser.htm.
|
||||
@${ECHO_MSG} ---------------------------------------------------------------
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -37,7 +37,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\t@echo Using the already installed JPEG library\n' \
|
||||
printf '\t@${ECHO} Using the already installed JPEG library\n' \
|
||||
>> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
@ -51,7 +51,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\t@echo Using the already installed ZLIB library\n' \
|
||||
printf '\t@${ECHO} Using the already installed ZLIB library\n' \
|
||||
>> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
|
@ -37,7 +37,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\t@echo Using the already installed JPEG library\n' \
|
||||
printf '\t@${ECHO} Using the already installed JPEG library\n' \
|
||||
>> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
@ -51,7 +51,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\t@echo Using the already installed ZLIB library\n' \
|
||||
printf '\t@${ECHO} Using the already installed ZLIB library\n' \
|
||||
>> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
|
@ -37,7 +37,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\t@echo Using the already installed JPEG library\n' \
|
||||
printf '\t@${ECHO} Using the already installed JPEG library\n' \
|
||||
>> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
|
||||
@ -51,7 +51,7 @@ pre-build:
|
||||
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\t@echo Using the already installed ZLIB library\n' \
|
||||
printf '\t@${ECHO} Using the already installed ZLIB library\n' \
|
||||
>> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
|
||||
|
@ -148,7 +148,7 @@ post-install:
|
||||
if [ ! -f ${STARTUP_SCRIPT} ]; then \
|
||||
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
|
||||
${ECHO} '#!/bin/sh' > ${STARTUP_SCRIPT}; \
|
||||
${ECHO} '#echo -n " Mule"' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} '#${ECHO} -n " Mule"' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} 'if [ -d /var/run/emacs/lock ]; then' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} ' rm -f /var/run/emacs/lock/*' >> ${STARTUP_SCRIPT}; \
|
||||
${ECHO} "else" >> ${STARTUP_SCRIPT}; \
|
||||
|
Loading…
Reference in New Issue
Block a user