Add new port sysutils/qsynergy:
Comprehensive and easy to use graphical front end for Synergy. WWW: http://www.volker-lanz.de/software/qsynergy PR: ports/184414 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
This commit is contained in:
parent
24e0750a1e
commit
5682280936
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335666
@ -758,6 +758,7 @@
|
||||
SUBDIR += qjail2
|
||||
SUBDIR += qlogtools
|
||||
SUBDIR += qpxtool
|
||||
SUBDIR += qsynergy
|
||||
SUBDIR += quicksynergy
|
||||
SUBDIR += qzeitgeist
|
||||
SUBDIR += radeontool
|
||||
|
33
sysutils/qsynergy/Makefile
Normal file
33
sysutils/qsynergy/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# Created by: Kevin Zheng <kevinz5000@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qsynergy
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= kevinz5000@gmail.com
|
||||
COMMENT= Comprehensive and easy to use graphical front end for Synergy
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= qmake
|
||||
USE_QT4= moc_build rcc_build uic_build gui network
|
||||
|
||||
PLIST_FILES= bin/qsynergy \
|
||||
share/pixmaps/qsynergy.xpm
|
||||
|
||||
DESKTOP_ENTRIES= "QSynergy" "Graphical front end for Synergy" \
|
||||
"${PREFIX}/share/pixmaps/qsynergy.xpm" \
|
||||
"${PORTNAME}" "Qt;Settings;System;" true
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr/bin|${PREFIX}/bin|" \
|
||||
${WRKSRC}/qsynergy.pro ${WRKSRC}/src/AppConfig.cpp
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/dist/qsynergy.xpm \
|
||||
${STAGEDIR}/${PREFIX}/share/pixmaps
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/qsynergy/distinfo
Normal file
2
sysutils/qsynergy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (qsynergy-0.9.1.tar.gz) = 3ae886f977cae04c2152cc9f0bdcf88b17bd6ebe6b003c3eba58c68b1eb24630
|
||||
SIZE (qsynergy-0.9.1.tar.gz) = 158259
|
8
sysutils/qsynergy/pkg-descr
Normal file
8
sysutils/qsynergy/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
QSynergy is a comprehensive and easy to use graphical front end for
|
||||
Synergy. Synergy lets a user control more than one computer with
|
||||
a single mouse and keyboard (and has lots and lots of extra features
|
||||
on top of that). Synergy itself only comes with a GUI for MS
|
||||
Windows. QSynergy was written to fill the gap for users on Mac and
|
||||
Unix platforms. Of course, it runs on MS Windows as well.
|
||||
|
||||
WWW: http://www.volker-lanz.de/software/qsynergy
|
Loading…
Reference in New Issue
Block a user