18 lines
448 B
Makefile
18 lines
448 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2006/06/01 23:26:56 minskim Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= synergy-1.2.7
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/}
|
||
|
|
||
|
MAINTAINER= yui@yui.pe.kr
|
||
|
HOMEPAGE= http://synergy2.sourceforge.net/
|
||
|
COMMENT= Let an user share a mouse and keyboard among computers
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LANGUAGES= c++
|
||
|
|
||
|
.include "../../mk/pthread.buildlink3.mk"
|
||
|
.include "../../mk/x11.buildlink3.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|