aboutsummaryrefslogtreecommitdiffstats
path: root/net/olsrd/Makefile
blob: 82b0d7c0d87c5726e7b6321e10ab964f1e4b274f (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    olsrd
# Date created:     6 April 2005
# Whom:         dave@dogwood.com
#
# $FreeBSD$
#

PORTNAME=   olsrd
PORTVERSION=    0.4.9
CATEGORIES= net
MASTER_SITES=   http://www.olsr.org/releases/0.4/

MAINTAINER= dave@dogwood.com
COMMENT=    OLSR routing daemon

BUILD_DEPENDS=  makedepend:${PORTSDIR}/devel/makedepend

.if defined(WITH_MULTI_IF)
BUILD_DEPENDS+= libnet-config:${PORTSDIR}/net/libnet-devel
.endif

USE_BISON=  yes
USE_GMAKE=  yes

MAN8=       olsrd.8
MAN5=       olsrd.conf.5
MANCOMPRESSED=  yes

.if defined(WITH_MULTI_IF)
MAKE_ARGS+= OS=fbsd-ll
.else
MAKE_ARGS+= OS=fbsd
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 502000
IGNORE=     needs ieee80211.h headers
.endif

.include <bsd.port.post.mk>