2012-09-22 04:18:45 +02:00
|
|
|
# Created by: Craig Boston <craig@yekse.gank.org>
|
2005-03-11 14:51:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vde
|
|
|
|
PORTVERSION= 1.5.7
|
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
2005-03-11 14:51:32 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2012-09-22 04:18:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-11 14:51:32 +01:00
|
|
|
COMMENT= User-mode virtual ethernet infrastructure
|
|
|
|
|
2007-02-18 18:49:37 +01:00
|
|
|
CONFLICTS= vde2-[0-9]*
|
|
|
|
|
2005-03-11 14:51:32 +01:00
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-11 14:51:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-04-06 23:16:43 +02:00
|
|
|
CFLAGS+= ${CPPFLAGS} -fPIC
|
2005-03-11 14:51:32 +01:00
|
|
|
|
|
|
|
MAN1= dpipe.1 slirpvde.1 vdetaplib.1 vdeq.1 vde_plug.1 vde_switch.1
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|