mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00: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
@ -10,7 +10,6 @@ MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \
|
||||
MAINTAINER= tphilipp@potion-studios.com
|
||||
COMMENT= Highly dynamic multi-platform foreign function call interface library
|
||||
|
||||
MAN3= dyncall.3
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
MAKEFILE= BSDmakefile
|
||||
@ -18,7 +17,6 @@ MAKEFILE= BSDmakefile
|
||||
# There is no install target in the BSD makefile for this version of the dyncall
|
||||
# library, so install it manually.
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
@ -59,15 +57,13 @@ do-install:
|
||||
${WRKSRC}/dyncallback/dyncall_args_arm32_arm.h \
|
||||
${WRKSRC}/dyncallback/dyncall_args.h \
|
||||
${WRKSRC}/dynload/dynload.h \
|
||||
${PREFIX}/include
|
||||
${STAGEDIR}${PREFIX}/include
|
||||
${INSTALL_DATA} \
|
||||
${WRKSRC}/dyncall/libdyncall_s.a \
|
||||
${WRKSRC}/dyncallback/libdyncallback_s.a \
|
||||
${WRKSRC}/dynload/libdynload_s.a \
|
||||
${PREFIX}/lib
|
||||
${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
.for f3 in ${MAN3}
|
||||
${INSTALL_MAN} ${WRKSRC}/dyncall/${f3} ${MAN3PREFIX}/man/man3
|
||||
.endfor
|
||||
${INSTALL_MAN} ${WRKSRC}/dyncall/dyncall.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -33,3 +33,4 @@ include/dyncall_thunk_x86.h
|
||||
lib/libdyncall_s.a
|
||||
lib/libdyncallback_s.a
|
||||
lib/libdynload_s.a
|
||||
man/man3/dyncall.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user