freebsd-ports/net/libdnet/Makefile
Anders Nordby bfea4ad2d9 Add libdnet, a simplified, portable interface to low-level networking
routines. Complement to pcap.

PR:		37118
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
2002-05-27 01:25:57 +00:00

21 lines
386 B
Makefile

# New ports collection makefile for: libdnet
# Date created: 15 April 2002
# Whom: Dominic Marks <dominic_marks@btinternet.com>
#
# $FreeBSD$
#
PORTNAME= libdnet
PORTVERSION= 1.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dominc_marks@btinternet.com
GNU_CONFIGURE= yes
MAN3= dnet.3
MAN8= dnet.8
.include <bsd.port.mk>