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

(-)cmucl/Makefile (-9 / +9 lines)
Lines 19-26 Link Here
19
MAINTAINER=	cracauer@cons.org
19
MAINTAINER=	cracauer@cons.org
20
COMMENT=	The CMU implementation of Common Lisp
20
COMMENT=	The CMU implementation of Common Lisp
21
21
22
ONLY_FOR_ARCHS=	i386
22
# To make available on other archs, has to be cross-compiled (there is a
23
USE_BZIP2=	YES
23
# script for this, but a configuration file has to be written).
24
IA32_BINART_PORT=	yes
25
USE_BZIP2=	yes
24
NO_WRKSUBDIR=	yes
26
NO_WRKSUBDIR=	yes
25
NO_BUILD=	yes
27
NO_BUILD=	yes
26
MAN1=		lisp.1 cmucl.1
28
MAN1=		lisp.1 cmucl.1
Lines 35-47 Link Here
35
.endif
37
.endif
36
38
37
do-install:
39
do-install:
38
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
40
	${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin/${PORTNAME}
39
	(cd ${WRKDIR} && ${FIND} lib | \
41
	cd ${WRKDIR} && ${FIND} lib | \
40
		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX})
42
		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
41
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \
43
	${INSTALL_MAN} ${WRKDIR}/man/man1/cmucl.1 ${MANPREFIX}/man/man1
42
		${PREFIX}/man/man1
44
	${INSTALL_MAN} ${WRKDIR}/man/man1/lisp.1 ${MANPREFIX}/man/man1
43
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \
44
		${PREFIX}/man/man1
45
.if !defined(NOPORTDOCS)
45
.if !defined(NOPORTDOCS)
46
	@${MKDIR} ${DOCSDIR}
46
	@${MKDIR} ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
47
	${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}

Return to bug 112361