Changeset 1871 for trunk/dports


Ignore:
Timestamp:
Jan 25, 2003, 6:47:00 AM (21 years ago)
Author:
jpm
Message:

destdir or die.

Location:
trunk/dports/net/libnids
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/libnids/Portfile

    r1528 r1871  
    66maintainers     jpm@opendarwin.org
    77description     E-component of Network Intrusion Detection System
    8 long_description        Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection.
     8long_description        \
     9        Libnids is an implementation of an E-component of Network Intrusion \
     10        Detection System. It emulates the IP stack of Linux 2.0.x. Libnids \
     11        offers IP defragmentation, TCP stream assembly and TCP port scan \
     12        detection.
     13homepage        http://www.packetfactory.net/Projects/Libnids/
    914platforms       darwin
    1015master_sites    http://www.packetfactory.net/Projects/Libnids/dist/
     
    1217depends_lib     lib:libnet:libnet
    1318worksrcdir      ${portname}-1.17
     19patchfiles      Makefile.in.diff
     20post-patch {
     21        reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/src/Makefile.in"
     22}
    1423post-install {
    1524        system "ranlib ${prefix}/lib/libnids.a"
    1625}
    17 
    18 contents \
    19         lib/libnids.a \
    20         include/nids.h \
    21         man/man3/libnids.3
Note: See TracChangeset for help on using the changeset viewer.