Annotation of embedaddon/libnet/libnet.pc.in, revision 1.1

1.1     ! misho       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>