head 1.6; access; symbols pkgsrc-2013Q1:1.6.0.4 pkgsrc-2013Q1-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.4.0.30 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.28 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.26 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.22 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.18 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.16 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.14 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.12 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.10 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.8 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.6 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.4 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.2 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.3.0.20 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.18 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.16 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.14 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.12 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.6 date 2012.10.23.17.19.11; author asau; state Exp; branches; next 1.5; 1.5 date 2012.10.23.10.24.09; author wiz; state Exp; branches; next 1.4; 1.4 date 2009.02.09.17.04.49; author joerg; state Exp; branches; next 1.3; 1.3 date 2007.02.19.19.39.53; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.07.22.04.46.17; author rillig; state Exp; branches; next 1.1; 1.1 date 2006.06.01.23.26.56; author minskim; state Exp; branches; next ; desc @@ 1.6 log @Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. @ text @# $NetBSD: Makefile,v 1.5 2012/10/23 10:24:09 wiz 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++ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/libXtst/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @Remove xextproto/buildlink3.mk in most cases where it occurs with libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages). @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2009/02/09 17:04:49 joerg Exp $ a11 2 PKG_DESTDIR_SUPPORT= user-destdir @ 1.4 log @DESTDIR support. Use (void *)NULL as sentinal. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2007/02/19 19:39:53 joerg Exp $ a24 1 .include "../../x11/xextproto/buildlink3.mk" @ 1.3 log @Modular Xorg support. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2006/07/22 04:46:17 rillig Exp $ d12 2 @ 1.2 log @Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2006/06/01 23:26:56 minskim Exp $ d15 9 a24 1 .include "../../mk/x11.buildlink3.mk" @ 1.1 log @Add synergy 1.2.7 as synergy1.2 because synergy>=1.3 is not compatible with earlier versions. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2006/06/01 23:18:51 minskim Exp $ d13 1 a13 1 USE_LANGUAGES= c++ @