# New ports collection makefile for:	libdnet
# Date created:				15 April 2002
# Whom:			Dominic Marks <dominic.marks@btinternet.com>
#
# $FreeBSD: ports/net/libdnet/Makefile,v 1.11 2003/09/24 08:37:37 edwin Exp $
#

PORTNAME=	libdnet
PORTVERSION=	1.7
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A simple interface to low level networking routines

GNU_CONFIGURE=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500037
EXTRA_PATCHES=	${PATCHDIR}/configure.patch
.endif

MAN3=	dnet.3
MAN8=	dnet.8

.include <bsd.port.post.mk>
