|
Link Here
|
| 18 |
COMMENT= Optional extras for the CMU implementation of Common Lisp |
18 |
COMMENT= Optional extras for the CMU implementation of Common Lisp |
| 19 |
|
19 |
|
| 20 |
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl |
20 |
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl |
|
|
21 |
RUN_DEPENDS= lisp:${PORTSDIR}/lang/cmucl |
| 21 |
|
22 |
|
| 22 |
ONLY_FOR_ARCHS= i386 |
|
|
| 23 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
| 24 |
NO_WRKSUBDIR= yes |
24 |
NO_WRKSUBDIR= yes |
| 25 |
NO_BUILD= yes |
25 |
NO_BUILD= yes |
| 26 |
|
26 |
|
| 27 |
.include <bsd.port.pre.mk> |
|
|
| 28 |
|
| 29 |
.if ${OSVERSION} >= 500000 |
| 30 |
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x |
| 31 |
.endif |
| 32 |
|
| 33 |
do-install: |
27 |
do-install: |
| 34 |
@${MKDIR} ${PREFIX}/lib/cmucl |
|
|
| 35 |
cd ${WRKDIR} && ${FIND} lib | \ |
28 |
cd ${WRKDIR} && ${FIND} lib | \ |
| 36 |
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX} |
29 |
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX} |
| 37 |
|
30 |
|
| 38 |
.include <bsd.port.post.mk> |
31 |
.include <bsd.port.mk> |