- use ${LOCALBASE} and ${SYSCONFDIR}.
- USE_X11. - bump PKGNAME. ok alek@
This commit is contained in:
parent
49508d63d1
commit
12fa56ee81
@ -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"
|
COMMENT= "mouse and keyboard sharing utility"
|
||||||
|
|
||||||
DISTNAME= synergy-1.2.1
|
DISTNAME= synergy-1.2.1
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
HOMEPAGE= http://synergy2.sourceforge.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/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synergy2/}
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu
|
CONFIGURE_STYLE= gnu
|
||||||
CONFIGURE_ARGS= --bindir="/usr/local/bin" \
|
CONFIGURE_ARGS= --bindir="${LOCALBASE}/bin" \
|
||||||
--sbindir="/usr/local/sbin" \
|
--sbindir="${LOCALBASE}/sbin" \
|
||||||
--libexecdir="/usr/local/libexec" \
|
--libexecdir="${LOCALBASE}/libexec" \
|
||||||
--sysconfdir="/etc/" \
|
--sysconfdir="${SYSCONFDIR}" \
|
||||||
--datadir="/usr/local/share" \
|
--datadir="${LOCALBASE}/share" \
|
||||||
--localstatedir="/var/run" \
|
--localstatedir="/var/run" \
|
||||||
--libdir="/usr/local/lib" \
|
--libdir="${LOCALBASE}/lib" \
|
||||||
--includedir="/usr/local/include" \
|
--includedir="${LOCALBASE}/include" \
|
||||||
--mandir="/usr/local/man"
|
--mandir="${LOCALBASE}/man"
|
||||||
|
|
||||||
|
USE_X11= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
Loading…
Reference in New Issue
Block a user