# 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 .if ${OSVERSION} < 502000 IGNORE= needs ieee80211.h headers .endif .include