graphics/poppler-qt6: install pkg-config support like qt5
This commit is contained in:
parent
1a35c26cf2
commit
a6e687526d
3 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Qt 6 bindings to poppler
|
||||
|
||||
|
|
|
@ -10,3 +10,4 @@ include/poppler/qt6/poppler-version.h
|
|||
lib/libpoppler-qt6.so
|
||||
lib/libpoppler-qt6.so.3
|
||||
lib/libpoppler-qt6.so.3.2.0
|
||||
libdata/pkgconfig/poppler-qt6.pc
|
||||
|
|
|
@ -105,6 +105,9 @@ post-install:
|
|||
.elif ${_SLAVE_PORT} == qt5
|
||||
${INSTALL_DATA} ${WRKSRC}/poppler-qt5.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
.elif ${_SLAVE_PORT} == qt6
|
||||
${INSTALL_DATA} ${WRKSRC}/poppler-qt6.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue