File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / miniupnpc.pc.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:21:37 2023 UTC (8 months, 2 weeks ago) by misho
Branches: miniupnpc, MAIN
CVS tags: v2_2_5p0, HEAD
Version 2.2.5p0

    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>