mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a84c115a09
Approved by: portmgr (not really, but touches unstaged ports)
24 lines
390 B
Makefile
24 lines
390 B
Makefile
# Created by: Craig Boston <craig@yekse.gank.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vde
|
|
PORTVERSION= 1.5.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= User-mode virtual ethernet infrastructure
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFLICTS= vde2-[0-9]*
|
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
USE_LDCONFIG= yes
|
|
USE_CSTD= gnu89
|
|
USES= gmake tar:tgz
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.include <bsd.port.mk>
|