mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
67729b7c8c
Port changes: * Change MASTER_SITES * Add LICENSE_FILE * Move examples to ${EXAMPLESDIR}, add PORTEXAMPLES=*, remove them from pkg-plist PR: 228281 Submitted by: takefu@airport.fm
12 lines
362 B
PkgConfig
12 lines
362 B
PkgConfig
--- codec2.pc.in.orig 2017-08-03 21:22:16 UTC
|
|
+++ codec2.pc.in
|
|
@@ -1,6 +1,6 @@
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
-libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|
-includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/codec2
|
|
+libdir=${prefix}/lib
|
|
+includedir=${prefix}/include/codec2
|
|
|
|
Name: codec2
|
|
Description: A speech codec for 2400 bit/s and below
|