File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / libnet.pc.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:37 2023 UTC (8 months, 1 week ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

    1: prefix=@prefix@
    2: exec_prefix=@exec_prefix@
    3: libdir=@libdir@
    4: includedir=@includedir@
    5: 
    6: Name: @PACKAGE@
    7: Version: @VERSION@
    8: Description: Portable Packet Construction and Injection API
    9: URL: @PACKAGE_URL@
   10: 
   11: Requires: 
   12: Libs: -L${libdir} -lnet @PKG_CONFIG_LIBS@
   13: Cflags: -I${includedir} @PKG_CONFIG_DEFINES@ @PKG_CONFIG_CFLAGS@
   14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>