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:
parent
ae9a9bc315
commit
5b89dfe502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210048
@ -562,6 +562,7 @@
|
||||
SUBDIR += pyrenamer
|
||||
SUBDIR += qlogtools
|
||||
SUBDIR += qpxtool
|
||||
SUBDIR += quicksynergy
|
||||
SUBDIR += radeontool
|
||||
SUBDIR += radmind
|
||||
SUBDIR += raincoat
|
||||
|
27
sysutils/quicksynergy/Makefile
Normal file
27
sysutils/quicksynergy/Makefile
Normal 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>
|
3
sysutils/quicksynergy/distinfo
Normal file
3
sysutils/quicksynergy/distinfo
Normal 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
|
9
sysutils/quicksynergy/pkg-descr
Normal file
9
sysutils/quicksynergy/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user