|
Lines 61-69
Link Here
|
| 61 |
MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 |
61 |
MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 |
| 62 |
|
62 |
|
| 63 |
# only need misc/compat4x if using the pre-built ppc386 |
63 |
# only need misc/compat4x if using the pre-built ppc386 |
| 64 |
.if ${OSVERSION} >= 500000 |
64 |
#.if ${OSVERSION} >= 500000 |
| 65 |
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x |
65 |
#LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x |
| 66 |
.endif |
66 |
#.endif |
| 67 |
|
67 |
|
| 68 |
# Build units list |
68 |
# Build units list |
| 69 |
UNITS+= bfd |
69 |
UNITS+= bfd |
|
Lines 153-157
Link Here
|
| 153 |
if [ -e "${PREFIX}/bin/ppc386" ]; then ${RM} -f "${PREFIX}/bin/ppc386"; fi |
153 |
if [ -e "${PREFIX}/bin/ppc386" ]; then ${RM} -f "${PREFIX}/bin/ppc386"; fi |
| 154 |
${LN} -s "${PREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PREFIX}/bin" |
154 |
${LN} -s "${PREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PREFIX}/bin" |
| 155 |
${SH} "${PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PREFIX}/lib/fpc/${PORTVERSION}" "${PREFIX}/etc" |
155 |
${SH} "${PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PREFIX}/lib/fpc/${PORTVERSION}" "${PREFIX}/etc" |
|
|
156 |
.if ${OSVERSION} >= 500000 |
| 157 |
echo "# appended by port" >> "${PREFIX}/etc/fpc.cfg" |
| 158 |
echo "-Xf" >> "${PREFIX}/etc/fpc.cfg" |
| 159 |
.endif |
| 156 |
|
160 |
|
| 157 |
.include <bsd.port.post.mk> |
161 |
.include <bsd.port.post.mk> |