Annotation of embedaddon/miniupnpc/miniupnpc.pc.in, revision 1.1
1.1 ! misho 1: # this template is filled-in by CMake `configure_file(... @ONLY)`
! 2: # the `@....@` are filled in by CMake configure_file(),
! 3: # from variables set in your CMakeLists.txt or by CMake itself
! 4: #
! 5: # Good tutoral for understanding .pc files:
! 6: # https://people.freedesktop.org/~dbn/pkg-config-guide.html
! 7:
! 8: prefix="@CMAKE_INSTALL_PREFIX@"
! 9: exec_prefix="${prefix}"
! 10: libdir="${prefix}/lib"
! 11: includedir="${prefix}/include"
! 12:
! 13: Name: @PROJECT_NAME@
! 14: Description: @PROJECT_DESCRIPTION@
! 15: URL: @PROJECT_HOMEPAGE_URL@
! 16: Version: @PROJECT_VERSION@
! 17: Libs: -L"${libdir}" -lminiupnpc
! 18: Cflags: -I"${includedir}"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>