summaryrefslogtreecommitdiff
path: root/net/vde/Makefile
blob: cff10a11bb51673f83a649acaad8e0335bc1d54f (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
# New ports collection makefile for:   vde
# Date created:        30 Janurary 2005
# Whom:                Craig Boston <craig@yekse.gank.org>
#
# $FreeBSD$
#

PORTNAME=	vde
PORTVERSION=	1.5.7
CATEGORIES=	net
MASTER_SITES=	SF/${PORTNAME}/OldFiles
EXTRACT_SUFX=	.tgz

MAINTAINER=	craig@yekse.gank.org
COMMENT=	User-mode virtual ethernet infrastructure

CONFLICTS=	vde2-[0-9]*

USE_GMAKE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

CFLAGS+=	${CPPFLAGS} -fPIC
MAKE_ENV+=	LDFLAGS="${LDFLAGS}"

MAN1=		dpipe.1 slirpvde.1 vdetaplib.1 vdeq.1 vde_plug.1 vde_switch.1

.include <bsd.port.post.mk>