MFH: r497702
Add back libdata/pkgconfig/libbcg729.pc file after it was removed by the 1.0.4 update in r482343. PR: 236975 Submitted by: sobomax Approved by: ports-secteam (joneum)
This commit is contained in:
parent
761d64be82
commit
50a96ad211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497964
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bcg729
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://linphone.org/releases/sources/bcg729/
|
||||
|
||||
@ -18,4 +18,14 @@ USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DENABLE_STATIC=NO
|
||||
|
||||
post-configure:
|
||||
${SED} 's|@prefix@|${PREFIX}|g ; s|@exec_prefix@|$${prefix}|g ; \
|
||||
s|@libdir@|$${prefix}/lib|g ; s|@includedir@|$${prefix}/include|g ; \
|
||||
s|@PACKAGE_VERSION@|${PORTVERSION}|g' \
|
||||
${WRKSRC}/libbcg729.pc.in > ${WRKSRC}/libbcg729.pc
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
${INSTALL_DATA} ${WRKSRC}/libbcg729.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@ include/bcg729/decoder.h
|
||||
include/bcg729/encoder.h
|
||||
lib/libbcg729.so
|
||||
lib/libbcg729.so.0
|
||||
libdata/pkgconfig/libbcg729.pc
|
||||
share/Bcg729/cmake/Bcg729Config.cmake
|
||||
share/Bcg729/cmake/Bcg729ConfigVersion.cmake
|
||||
share/Bcg729/cmake/Bcg729Targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user