mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert to USES=scons
Support stage
This commit is contained in:
parent
cad69e0efd
commit
a4bd211003
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355503
@ -10,20 +10,17 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library implementing FSP protocol
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_SCONS= yes
|
||||
SCONS_ARGS= prefix=${PREFIX}
|
||||
USES= scons
|
||||
MAKE_ARGS= prefix=${PREFIX}
|
||||
|
||||
PLIST_FILES= include/fsplib.h lib/libfsplib.a
|
||||
|
||||
OPTIONS_DEFINE= SHARED
|
||||
SHARED_DESC= Install shared library (EXPERIMENTAL)
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
SHARED_MAKE_ARGS+= enable-shared=1
|
||||
SHARED_PLIST_FILES= lib/libfsplib.so.0.0.0
|
||||
|
||||
.if ${PORT_OPTIONS:MSHARED}
|
||||
SCONS_ARGS+= enable-shared=1
|
||||
PLIST_FILES+= lib/libfsplib.so.0.0.0
|
||||
.endif
|
||||
INSTALL_TARGET= install prefix=${STAGEDIR}${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user