openbsd-ports/net/synergy/Makefile
sturm 64f077bf7b revert server to old behaviour of blocking in case no client is
connected, this was introduced with the xcb fix and would result in
the server eating 100% cpu while waiting for clients
bump PKGNAME
ok dim@ (maintainer)
2009-12-23 09:08:44 +00:00

39 lines
970 B
Makefile

# $OpenBSD: Makefile,v 1.10 2009/12/23 09:08:44 sturm Exp $
COMMENT= mouse and keyboard sharing utility
DISTNAME= synergy-1.3.1
PKGNAME= ${DISTNAME}p4
CATEGORIES= net
HOMEPAGE= http://synergy2.sourceforge.net/
MAINTAINER= Dimitry Andric <dim@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 \
pthread-stubs stdc++ xcb
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/}
CONFIGURE_STYLE= gnu
USE_X11= Yes
NO_REGRESS= Yes
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/synergy
@cd ${WRKDIST}/doc && tar cf - *.html *.css images | \
tar -C ${PREFIX}/share/doc/synergy -xpf -
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/synergy
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/synergy
@${INSTALL_DATA} ${WRKBUILD}/examples/synergy.conf \
${PREFIX}/share/examples/synergy
.include <bsd.port.mk>