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
|
|
|
|
|
2014-01-03 06:40:21 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2007-02-18 18:49:37 +01:00
|
|
|
CONFLICTS= vde2-[0-9]*
|
|
|
|
|
2014-01-03 06:40:21 +01:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
- 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
|
2013-06-15 00:32:16 +02:00
|
|
|
USE_CSTD= gnu89
|
2014-01-03 06:40:21 +01:00
|
|
|
USES= gmake
|
2005-03-11 14:51:32 +01:00
|
|
|
|
2014-01-03 06:40:21 +01:00
|
|
|
CFLAGS+= -fPIC
|
2005-03-11 14:51:32 +01:00
|
|
|
|
2014-01-03 06:40:21 +01:00
|
|
|
.include <bsd.port.mk>
|