1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-servers/x2vnc/Makefile
Ade Lovett 6471b3d417 Add x2vnc, a program that merges the capabilities of x2x and
vncviewer, allowing X and VNC displays to be joined together.
2000-09-12 19:50:22 +00:00

21 lines
371 B
Makefile

# New ports collection makefile for: x2vnc
# Date created: 12th September 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= x2vnc
PORTVERSION= 1.1
CATEGORIES= x11
MASTER_SITES= http://www.hubbe.net/~hubbe/
MAINTAINER= ade@FreeBSD.org
USE_IMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x2vnc ${PREFIX}/bin/x2vnc
.include <bsd.port.mk>