2000-09-12 21:50:22 +02:00
|
|
|
# New ports collection makefile for: x2vnc
|
|
|
|
# Date created: 12th September 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= x2vnc
|
2006-06-23 18:33:56 +02:00
|
|
|
PORTVERSION= 1.72
|
- 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
|
|
|
PORTREVISION= 2
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= x11-servers
|
2004-08-30 10:44:05 +02:00
|
|
|
MASTER_SITES= http://fredrik.hubbe.net/x2vnc/
|
2006-06-23 18:33:56 +02:00
|
|
|
DISTNAME= ${PORTNAME}-1.7.2
|
2000-09-12 21:50:22 +02:00
|
|
|
|
2004-01-02 01:15:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:19:11 +01:00
|
|
|
COMMENT= A program to link multiple X and VNC servers together
|
2000-09-12 21:50:22 +02:00
|
|
|
|
2006-05-28 20:27:43 +02:00
|
|
|
USE_GNOME= gnometarget
|
|
|
|
GNU_CONFIGURE= 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
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-05-28 20:27:43 +02:00
|
|
|
|
- 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_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm
|
2001-04-05 17:34:51 +02:00
|
|
|
MAN1= x2vnc.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/x2vnc
|
2000-09-12 21:50:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|