1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/vde/Makefile
Thomas Abthorpe a0dcdcb0da - Reassign to the heap due to mail bounces
With hat:	portmgr
2012-09-22 02:18:45 +00:00

25 lines
464 B
Makefile

# Created by: Craig Boston <craig@yekse.gank.org>
# $FreeBSD$
PORTNAME= vde
PORTVERSION= 1.5.7
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/OldFiles
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.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
MAN1= dpipe.1 slirpvde.1 vdetaplib.1 vdeq.1 vde_plug.1 vde_switch.1
.include <bsd.port.post.mk>