mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support staging
This commit is contained in:
parent
66ca81894f
commit
8483901469
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345021
2 changed files with 4 additions and 7 deletions
|
@ -10,7 +10,6 @@ MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \
|
||||||
MAINTAINER= tphilipp@potion-studios.com
|
MAINTAINER= tphilipp@potion-studios.com
|
||||||
COMMENT= Highly dynamic multi-platform foreign function call interface library
|
COMMENT= Highly dynamic multi-platform foreign function call interface library
|
||||||
|
|
||||||
MAN3= dyncall.3
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
||||||
MAKEFILE= BSDmakefile
|
MAKEFILE= BSDmakefile
|
||||||
|
@ -18,7 +17,6 @@ MAKEFILE= BSDmakefile
|
||||||
# There is no install target in the BSD makefile for this version of the dyncall
|
# There is no install target in the BSD makefile for this version of the dyncall
|
||||||
# library, so install it manually.
|
# library, so install it manually.
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "ia64"
|
.if ${ARCH} == "ia64"
|
||||||
|
@ -59,15 +57,13 @@ do-install:
|
||||||
${WRKSRC}/dyncallback/dyncall_args_arm32_arm.h \
|
${WRKSRC}/dyncallback/dyncall_args_arm32_arm.h \
|
||||||
${WRKSRC}/dyncallback/dyncall_args.h \
|
${WRKSRC}/dyncallback/dyncall_args.h \
|
||||||
${WRKSRC}/dynload/dynload.h \
|
${WRKSRC}/dynload/dynload.h \
|
||||||
${PREFIX}/include
|
${STAGEDIR}${PREFIX}/include
|
||||||
${INSTALL_DATA} \
|
${INSTALL_DATA} \
|
||||||
${WRKSRC}/dyncall/libdyncall_s.a \
|
${WRKSRC}/dyncall/libdyncall_s.a \
|
||||||
${WRKSRC}/dyncallback/libdyncallback_s.a \
|
${WRKSRC}/dyncallback/libdyncallback_s.a \
|
||||||
${WRKSRC}/dynload/libdynload_s.a \
|
${WRKSRC}/dynload/libdynload_s.a \
|
||||||
${PREFIX}/lib
|
${STAGEDIR}${PREFIX}/lib
|
||||||
|
|
||||||
.for f3 in ${MAN3}
|
${INSTALL_MAN} ${WRKSRC}/dyncall/dyncall.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||||
${INSTALL_MAN} ${WRKSRC}/dyncall/${f3} ${MAN3PREFIX}/man/man3
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -33,3 +33,4 @@ include/dyncall_thunk_x86.h
|
||||||
lib/libdyncall_s.a
|
lib/libdyncall_s.a
|
||||||
lib/libdyncallback_s.a
|
lib/libdyncallback_s.a
|
||||||
lib/libdynload_s.a
|
lib/libdynload_s.a
|
||||||
|
man/man3/dyncall.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue