mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ddd90df8c2
Approved by: portmgr (blanket)
28 lines
506 B
Makefile
28 lines
506 B
Makefile
PORTNAME= vde
|
|
PORTVERSION= 1.5.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= User-mode virtual ethernet infrastructure
|
|
WWW= https://vde.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= vde2
|
|
|
|
MAKE_ARGS= CC="${CC}"
|
|
USE_LDCONFIG= yes
|
|
USE_CSTD= gnu89
|
|
USES= cpe gmake tar:tgz
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvdetap.so
|
|
|
|
.include <bsd.port.mk>
|