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
|
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
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
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>
|