mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
d99ce327a5
commit
2b489dbfb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355000
@ -4,5 +4,4 @@ MASTERDIR= ${.CURDIR}/../frei0r
|
||||
|
||||
BUILDING_FREI0R_GAVL= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -4,5 +4,4 @@ MASTERDIR= ${.CURDIR}/../frei0r
|
||||
|
||||
BUILDING_FREI0R_OPENCV= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -24,7 +24,6 @@ OPTIONS_DEFAULT= GAVL OPENCV
|
||||
GAVL_DESC= Install gavl plugins
|
||||
OPENCV_DESC= Install OpenCV plugins
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -91,10 +91,10 @@ post-patch:
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
.else
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/frei0r-1
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/frei0r-1
|
||||
. for FILE in ${FREI0R_PLUGINS}
|
||||
@${INSTALL_LIB} ${BUILD_WRKSRC}/.libs/${FILE}.so \
|
||||
${PREFIX}/lib/frei0r-1/${FILE}.so
|
||||
${STAGEDIR}${PREFIX}/lib/frei0r-1/${FILE}.so
|
||||
. endfor
|
||||
.endif #!defined(FREI0R_PLUGINS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user