mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add staging support
- Convert to new options framework - Use new LIB_DEPENDS format, USES=tar:bzip2
This commit is contained in:
parent
599724f3bd
commit
8b733f875c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356015
@ -15,28 +15,25 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd_6.3-release
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= The CMU implementation of Common Lisp
|
COMMENT= The CMU implementation of Common Lisp
|
||||||
|
|
||||||
LIB_DEPENDS= c.6:${PORTSDIR}/misc/compat6x
|
LIB_DEPENDS= libc.so.6:${PORTSDIR}/misc/compat6x
|
||||||
|
|
||||||
# To make available on other archs, has to be cross-compiled (there is a
|
# To make available on other archs, has to be cross-compiled (there is a
|
||||||
# script for this, but a configuration file has to be written).
|
# script for this, but a configuration file has to be written).
|
||||||
IA32_BINARY_PORT= yes
|
IA32_BINARY_PORT= yes
|
||||||
USE_BZIP2= yes
|
USES= tar:bzip2
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
MAN1= lisp.1 cmucl.1
|
|
||||||
|
|
||||||
PLIST_SUB= VER=${PORTVERSION}
|
PLIST_SUB= VER=${PORTVERSION}
|
||||||
|
|
||||||
NO_STAGE= yes
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${STAGEDIR}${PREFIX}/bin
|
||||||
cd ${WRKDIR} && ${FIND} lib | \
|
(cd ${WRKDIR} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX})
|
||||||
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
|
${INSTALL_MAN} ${WRKDIR}/man/man1/cmucl.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
${INSTALL_MAN} ${WRKDIR}/man/man1/cmucl.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKDIR}/man/man1/lisp.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
${INSTALL_MAN} ${WRKDIR}/man/man1/lisp.1 ${MANPREFIX}/man/man1
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
.if !defined(NOPORTDOCS)
|
${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${STAGEDIR}${DOCSDIR}
|
||||||
@${MKDIR} ${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -27,6 +27,8 @@ lib/cmucl/lib/lisp-x87.core
|
|||||||
lib/cmucl/lisp.map
|
lib/cmucl/lisp.map
|
||||||
lib/cmucl/lisp.nm
|
lib/cmucl/lisp.nm
|
||||||
lib/cmucl/sample-wrapper
|
lib/cmucl/sample-wrapper
|
||||||
|
man/man1/cmucl.1.gz
|
||||||
|
man/man1/lisp.1.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/release-19f.txt
|
%%PORTDOCS%%%%DOCSDIR%%/release-19f.txt
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user