mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Convert to optionsNG
- Remove shlib version from LIB_DEPENDS PR: ports/169577 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Approved by: flo (mentor)
This commit is contained in:
parent
8f8777c3b0
commit
fd7aab303e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300672
1 changed files with 7 additions and 5 deletions
|
@ -19,27 +19,29 @@ LICENSE_COMB= dual
|
||||||
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
|
||||||
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= RCC
|
||||||
|
|
||||||
|
RCC_DESC= Build with RusXMMS librcc patches (experimental)
|
||||||
|
|
||||||
USE_CMAKE= yes
|
USE_CMAKE= yes
|
||||||
CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
|
CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
|
||||||
-DWITH_MP4:BOOL=ON
|
-DWITH_MP4:BOOL=ON
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS= RCC "Build with RusXMMS librcc patches (experimental)" off
|
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if defined(WITH_RCC)
|
.if ${PORT_OPTIONS:MRCC}
|
||||||
PKGNAMESUFFIX= -rcc
|
PKGNAMESUFFIX= -rcc
|
||||||
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-rcc
|
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-rcc
|
||||||
LIB_DEPENDS+= rcc.2:${PORTSDIR}/devel/librcc
|
LIB_DEPENDS+= rcc:${PORTSDIR}/devel/librcc
|
||||||
PLIST_SUB+= RCC=""
|
PLIST_SUB+= RCC=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= RCC="@comment "
|
PLIST_SUB+= RCC="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
.if defined(WITH_RCC)
|
.if ${PORT_OPTIONS:MRCC}
|
||||||
@${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \
|
@${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \
|
||||||
${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake \
|
${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake \
|
||||||
${WRKSRC}/bindings/c/taglib_c.pc.cmake
|
${WRKSRC}/bindings/c/taglib_c.pc.cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue