1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an

application that allows the user to share his mouse and keyboard between two or
more computers.

Without the need for any external hardware, Synergy2 uses the TCP-IP protocol to
share the resources, even between machines with diferent operating systems, such
as Mac OS, Linux and Windows.
This commit is contained in:
Lars Engels 2008-03-28 23:05:47 +00:00
parent ae9a9bc315
commit 5b89dfe502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210048
4 changed files with 40 additions and 0 deletions

View File

@ -562,6 +562,7 @@
SUBDIR += pyrenamer
SUBDIR += qlogtools
SUBDIR += qpxtool
SUBDIR += quicksynergy
SUBDIR += radeontool
SUBDIR += radmind
SUBDIR += raincoat

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: quicksynergy
# Date created: 2008-03-28
# Whom: Lars Engels <lme@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= quicksynergy
PORTVERSION= 0.7
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= lme@FreeBSD.org
COMMENT= A graphical interface for easily configuring Synergy2
BUILD_DEPENDS= bin/synergys:${PORTSDIR}/sysutils/synergy
GNU_CONFIGURE= yes
USE_GNOME= gtk20 libglade
PLIST_FILES= bin/quicksynergy
pre-configure:
@${REINPLACE_CMD} 's|ac_default_prefix=/usr/local|ac_default_prefix=${PREFIX}|' ${WRKSRC}/configure
@${REINPLACE_CMD} 's|static GtkActionEntry|const \1|' ${WRKSRC}/src/callbacks.c
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (quicksynergy-0.7.tar.gz) = e44ef082db09124c01e3bdb92d970b8e
SHA256 (quicksynergy-0.7.tar.gz) = b5612abec7a65a8236efbe8b34afa8b4ad82d881dacea19a962cdd298f9f6733
SIZE (quicksynergy-0.7.tar.gz) = 175522

View File

@ -0,0 +1,9 @@
QuickSynergy is a graphical interface (GUI) for easily configuring
Synergy2, an application that allows the user to share his mouse and
keyboard between two or more computers.
Without the need for any external hardware, Synergy2 uses the TCP-IP
protocol to share the resources, even between machines with diferent
operating systems, such as Mac OS, Linux and Windows.
WWW: http://quicksynergy.sourceforge.net/