diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/quicksynergy/Makefile | 27 | ||||
-rw-r--r-- | sysutils/quicksynergy/distinfo | 3 | ||||
-rw-r--r-- | sysutils/quicksynergy/pkg-descr | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 97f617cce3a0..35548ae976c1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -562,6 +562,7 @@ SUBDIR += pyrenamer SUBDIR += qlogtools SUBDIR += qpxtool + SUBDIR += quicksynergy SUBDIR += radeontool SUBDIR += radmind SUBDIR += raincoat diff --git a/sysutils/quicksynergy/Makefile b/sysutils/quicksynergy/Makefile new file mode 100644 index 000000000000..8eaf5133d037 --- /dev/null +++ b/sysutils/quicksynergy/Makefile @@ -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> diff --git a/sysutils/quicksynergy/distinfo b/sysutils/quicksynergy/distinfo new file mode 100644 index 000000000000..de1cd7f3532c --- /dev/null +++ b/sysutils/quicksynergy/distinfo @@ -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 diff --git a/sysutils/quicksynergy/pkg-descr b/sysutils/quicksynergy/pkg-descr new file mode 100644 index 000000000000..1066b6a25d4f --- /dev/null +++ b/sysutils/quicksynergy/pkg-descr @@ -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/ |