synergy: mouse and keyboard sharing utility
ok kevlo@
This commit is contained in:
parent
de35125798
commit
093e36fd04
40
net/synergy/Makefile
Normal file
40
net/synergy/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/01/25 03:58:23 mbalmer Exp $
|
||||
|
||||
COMMENT= "mouse and keyboard sharing utility"
|
||||
|
||||
DISTNAME= synergy-1.2.1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://synergy2.sourceforge.net/
|
||||
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xext Xinerama Xtst c m pthread stdc++
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --bindir="/usr/local/bin" \
|
||||
--sbindir="/usr/local/sbin" \
|
||||
--libexecdir="/usr/local/libexec" \
|
||||
--sysconfdir="/etc/" \
|
||||
--datadir="/usr/local/share" \
|
||||
--localstatedir="/var/run" \
|
||||
--libdir="/usr/local/lib" \
|
||||
--includedir="/usr/local/include" \
|
||||
--mandir="/usr/local/man"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/synergy
|
||||
@cd ${WRKDIST}/doc && tar cf - * | tar -C ${PREFIX}/share/doc/synergy \
|
||||
-xpf -
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/synergy/distinfo
Normal file
4
net/synergy/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (synergy-1.2.1.tar.gz) = 6f004011141ccd3292798ec2a3aef2c2
|
||||
RMD160 (synergy-1.2.1.tar.gz) = 32fd4aa7217ea30393955a961d50bbc29de4c0d2
|
||||
SHA1 (synergy-1.2.1.tar.gz) = 45e77880be36bf058572b6641d1e32b49e0fdfd7
|
||||
SIZE (synergy-1.2.1.tar.gz) = 649010
|
12
net/synergy/patches/patch-lib_arch_CMultibyte_cpp
Normal file
12
net/synergy/patches/patch-lib_arch_CMultibyte_cpp
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-lib_arch_CMultibyte_cpp,v 1.1.1.1 2005/01/25 03:58:23 mbalmer Exp $
|
||||
--- lib/arch/CMultibyte.cpp.orig Fri Jan 21 22:26:26 2005
|
||||
+++ lib/arch/CMultibyte.cpp Fri Jan 21 22:26:53 2005
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <string.h>
|
||||
#if HAVE_WCHAR_H || defined(_MSC_VER)
|
||||
# include <wchar.h>
|
||||
-#elif __APPLE__
|
||||
+#elif __APPLE__ || __OpenBSD__
|
||||
// wtf? Darwin puts mbtowc() et al. in stdlib
|
||||
# include <stdlib.h>
|
||||
#else
|
1
net/synergy/pkg/DESCR
Normal file
1
net/synergy/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Synergy lets you use one keyboard and mouse across multiple computers.
|
25
net/synergy/pkg/PLIST
Normal file
25
net/synergy/pkg/PLIST
Normal file
@ -0,0 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/01/25 03:58:23 mbalmer Exp $
|
||||
bin/synergyc
|
||||
bin/synergys
|
||||
share/doc/synergy/
|
||||
@comment share/doc/synergy/Makefile
|
||||
@comment share/doc/synergy/Makefile.am
|
||||
@comment share/doc/synergy/Makefile.in
|
||||
@comment share/doc/synergy/PORTING
|
||||
share/doc/synergy/authors.html
|
||||
share/doc/synergy/autostart.html
|
||||
share/doc/synergy/compiling.html
|
||||
share/doc/synergy/configuration.html
|
||||
share/doc/synergy/developer.html
|
||||
@comment share/doc/synergy/doxygen.cfg
|
||||
@comment share/doc/synergy/doxygen.cfg.in
|
||||
share/doc/synergy/faq.html
|
||||
share/doc/synergy/history.html
|
||||
share/doc/synergy/index.html
|
||||
share/doc/synergy/license.html
|
||||
share/doc/synergy/news.html
|
||||
share/doc/synergy/running.html
|
||||
share/doc/synergy/security.html
|
||||
share/doc/synergy/synergy.css
|
||||
share/doc/synergy/tips.html
|
||||
share/doc/synergy/todo.html
|
Loading…
Reference in New Issue
Block a user