mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Patches where obtained from avahi upstream. Reported by: adridg@ (qt4 removal) Obtained from: avahi upstream
14 lines
423 B
PkgConfig
14 lines
423 B
PkgConfig
--- avahi-qt5.pc.in.orig 2018-12-22 20:56:34.850121000 +0100
|
|
+++ avahi-qt5.pc.in 2018-12-22 20:56:34.850280000 +0100
|
|
@@ -0,0 +1,11 @@
|
|
+prefix=@prefix@
|
|
+exec_prefix=${prefix}
|
|
+libdir=@libdir@
|
|
+includedir=${prefix}/include
|
|
+
|
|
+Name: avahi-qt5
|
|
+Description: Avahi Multicast DNS Responder (QT5 Support)
|
|
+Version: @PACKAGE_VERSION@
|
|
+Requires: Qt5Core >= 5.0.0
|
|
+Libs: -L${libdir} -lavahi-qt5
|
|
+Cflags: -D_REENTRANT -I${includedir}
|