# New ports collection makefile for: libdnet # Date created: 15 April 2002 # Whom: Dominic Marks # # $FreeBSD$ # 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 .if ${OSVERSION} >= 500037 EXTRA_PATCHES= ${PATCHDIR}/configure.patch .endif MAN3= dnet.3 MAN8= dnet.8 .include