pkgsrc/net/libdnet/Makefile
seb f262a0883f Initial import of libdnet, version 1.5, into the NetBSD Packages Collection.
Provided in PR pkg/20058 by V. Hari <bit5hift at ethernet dot tk>, slightly
edited by me.

libdnet provides a simplified, portable interface to several low-level
networking routines, including

    * network address manipulation
    * kernel arp(4) cache and route(4) table lookup and manipulation
    * network firewalling (IP filter, ipfw, ipchains, pf, ...)
    * network interface lookup and manipulation
    * raw IP packet and Ethernet frame transmission
2003-01-26 21:48:00 +00:00

15 lines
368 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/01/26 21:48:00 seb Exp $
#
DISTNAME= libdnet-1.5
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdnet/}
MAINTAINER= bit5hfit@ethernet.tk
HOMEPAGE= http://libdnet.sourceforge.net/
COMMENT= C interface to several low-level networking routines
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
.include "../../mk/bsd.pkg.mk"