mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
5a0dae72e4
PR: 53891 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
29 lines
567 B
Makefile
29 lines
567 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.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dominic.marks@btinternet.com
|
|
COMMENT= A simple interface to low level networking routines
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500037
|
|
BROKEN= libdnet does not currently support ipfw 2
|
|
.endif
|
|
|
|
MAN3= dnet.3
|
|
MAN8= dnet.8
|
|
|
|
.include <bsd.port.post.mk>
|