mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Install poppler-qt4.pc for poppler-qt4
PR: ports/114773 Reported by: Sven Gaerner
This commit is contained in:
parent
060d636f5e
commit
a59065cb26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196270
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.1 2007/06/26 16:08:30 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -qt4
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -7,4 +7,5 @@ lib/libpoppler-qt4.a
|
||||
lib/libpoppler-qt4.la
|
||||
lib/libpoppler-qt4.so
|
||||
lib/libpoppler-qt4.so.1
|
||||
libdata/pkgconfig/poppler-qt4.pc
|
||||
@dirrm include/poppler/qt4
|
||||
|
@ -100,6 +100,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/poppler-glib.pc ${PREFIX}/libdata/pkgconfig
|
||||
.elif ${SLAVEPORT}=="qt"
|
||||
${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/libdata/pkgconfig
|
||||
.elif ${SLAVEPORT}=="qt4"
|
||||
${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${PREFIX}/libdata/pkgconfig
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user