blob: 258fbde9fca5e87ae069d7cb3f44b19d22fbf5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: libdnet
# Date created: 15 April 2002
# Whom: Dominic Marks <d.marks@student.umist.ac.uk>
#
# $FreeBSD$
#
PORTNAME= libdnet
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= d.marks@student.umist.ac.uk
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>
|