From 12fa56ee814a1e448f0cf9318926c0c058165bd9 Mon Sep 17 00:00:00 2001 From: aanriot Date: Sun, 12 Feb 2006 16:24:18 +0000 Subject: [PATCH] - use ${LOCALBASE} and ${SYSCONFDIR}. - USE_X11. - bump PKGNAME. ok alek@ --- net/synergy/Makefile | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/net/synergy/Makefile b/net/synergy/Makefile index f81550dba85..fa69aadf2cd 100644 --- a/net/synergy/Makefile +++ b/net/synergy/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2005/01/25 03:58:23 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.2 2006/02/12 16:24:18 aanriot Exp $ COMMENT= "mouse and keyboard sharing utility" DISTNAME= synergy-1.2.1 +PKGNAME= ${DISTNAME}p0 CATEGORIES= net HOMEPAGE= http://synergy2.sourceforge.net/ @@ -20,16 +21,17 @@ WANTLIB= ICE SM X11 Xext Xinerama Xtst c m pthread stdc++ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/} CONFIGURE_STYLE= gnu -CONFIGURE_ARGS= --bindir="/usr/local/bin" \ - --sbindir="/usr/local/sbin" \ - --libexecdir="/usr/local/libexec" \ - --sysconfdir="/etc/" \ - --datadir="/usr/local/share" \ +CONFIGURE_ARGS= --bindir="${LOCALBASE}/bin" \ + --sbindir="${LOCALBASE}/sbin" \ + --libexecdir="${LOCALBASE}/libexec" \ + --sysconfdir="${SYSCONFDIR}" \ + --datadir="${LOCALBASE}/share" \ --localstatedir="/var/run" \ - --libdir="/usr/local/lib" \ - --includedir="/usr/local/include" \ - --mandir="/usr/local/man" + --libdir="${LOCALBASE}/lib" \ + --includedir="${LOCALBASE}/include" \ + --mandir="${LOCALBASE}/man" +USE_X11= Yes NO_REGRESS= Yes post-install: