2005-03-11 13:51:32 +00:00
|
|
|
# New ports collection makefile for: vde
|
|
|
|
# Date created: 30 Janurary 2005
|
|
|
|
# Whom: Craig Boston <craig@yekse.gank.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vde
|
|
|
|
PORTVERSION= 1.5.7
|
|
|
|
CATEGORIES= net
|
2009-08-22 00:32:25 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
2005-03-11 13:51:32 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= craig@yekse.gank.org
|
|
|
|
COMMENT= User-mode virtual ethernet infrastructure
|
|
|
|
|
2007-02-18 17:49:37 +00:00
|
|
|
CONFLICTS= vde2-[0-9]*
|
|
|
|
|
2005-03-11 13:51:32 +00: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 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-03-11 13:51:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-04-06 21:16:43 +00:00
|
|
|
CFLAGS+= ${CPPFLAGS} -fPIC
|
2005-03-11 13:51:32 +00:00
|
|
|
|
|
|
|
MAN1= dpipe.1 slirpvde.1 vdetaplib.1 vdeq.1 vde_plug.1 vde_switch.1
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|