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