import qsynergy 0.9.1
Comprehensive and easy to use graphical front end for synergy. It allows you to configure synergy as a client or server and gives you complete and easy access to all of synergy's options. ok sthen@
This commit is contained in:
parent
2b3d68238a
commit
88e13e2682
37
net/qsynergy/Makefile
Normal file
37
net/qsynergy/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/22 08:27:43 jasper Exp $
|
||||
|
||||
COMMENT= GUI for synergy
|
||||
|
||||
DISTNAME= qsynergy-0.9.1
|
||||
CATEGORIES= net x11
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/qsynergy/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynergy/}
|
||||
|
||||
MODULES= x11/qt4
|
||||
|
||||
WANTLIB += QtGui QtNetwork c m pthread stdc++
|
||||
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
net/synergy
|
||||
|
||||
pre-configure:
|
||||
@perl -pi -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/src/AppConfig.cpp
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/qmake4
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qsynergy ${PREFIX}/bin/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps/
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/qsynergy.xpm ${PREFIX}/share/pixmaps/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/debian/qsynergy.desktop \
|
||||
${PREFIX}/share/applications/
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/qsynergy/distinfo
Normal file
5
net/qsynergy/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (qsynergy-0.9.1.tar.gz) = F9iYlmgBYYW4WTMqrPnn3w==
|
||||
RMD160 (qsynergy-0.9.1.tar.gz) = f4KgRkOmHvo40/2DgFf7MbeEudA=
|
||||
SHA1 (qsynergy-0.9.1.tar.gz) = /HZCVNB7j2CtPm+08/un2FcSq2k=
|
||||
SHA256 (qsynergy-0.9.1.tar.gz) = OuiG+XfK4EwhUsyfC9z4ixe9br5rADw+uljGix6yRjA=
|
||||
SIZE (qsynergy-0.9.1.tar.gz) = 158259
|
3
net/qsynergy/pkg/DESCR
Normal file
3
net/qsynergy/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Comprehensive and easy to use graphical front end for synergy. It allows
|
||||
you to configure synergy as a client or server and gives you complete
|
||||
and easy access to all of synergy's options.
|
7
net/qsynergy/pkg/PLIST
Normal file
7
net/qsynergy/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/22 08:27:43 jasper Exp $
|
||||
@bin bin/qsynergy
|
||||
share/applications/qsynergy.desktop
|
||||
share/pixmaps/
|
||||
share/pixmaps/qsynergy.xpm
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user