since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
17 lines
449 B
Makefile
17 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig 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 c++
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|