ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 247bfebcae0aff3682e28ccbc9f3f3466cd6bc2d
parent 80f13b55a1cb37a9a2890b80471d1838f1f06bdb
Author: sin <sin@2f30.org>
Date:   Fri,  6 Jun 2014 12:54:34 +0100

Add xorgxinit

Diffstat:
Axorgxinit/checksums | 1+
Axorgxinit/mkfile | 6++++++
Axorgxinit/v.mk | 1+
Axorgxinit/xorgxinit.mk | 15+++++++++++++++
4 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/xorgxinit/checksums b/xorgxinit/checksums @@ -0,0 +1 @@ +afb525e8fce9e460f513926a7aeb3344b064834b1d5031ba30400fa2bcb5bddada57b4e42b49f839bbcd177b8ee8fd30b75844c69b5ec786508ab2b221fe528e xinit-1.3.0.tar.bz2 diff --git a/xorgxinit/mkfile b/xorgxinit/mkfile @@ -0,0 +1,6 @@ +<$mkbuild/mk.3rdparty + +<v.mk +src = xinit-$v +url = http://xorg.freedesktop.org/releases/individual/app/xinit-$v.tar.bz2 +mkfile = ../xorgxinit.mk diff --git a/xorgxinit/v.mk b/xorgxinit/v.mk @@ -0,0 +1 @@ +v = 1.3.0 diff --git a/xorgxinit/xorgxinit.mk b/xorgxinit/xorgxinit.mk @@ -0,0 +1,15 @@ +TARG = xorgxinit +DEPS = xorgxproto xorglibx11 xorglibxcb xorglibxau xorglibxdmcp + +<$mkbuild/mk.common-noinst + +xorgxinit:QV: + export CFLAGS="$CFLAGS $DEPS_CFLAGS" + export LDFLAGS="$LDFLAGS $DEPS_LDFLAGS" + export XINIT_CFLAGS="${CFLAGS}" + export XINIT_LIBS="${LDFLAGS}" + CC="$CC" ./configure --prefix="$PREFIX" + make LIBS="-lX11 -lxcb -lXau -lXdmcp" + +install:QV: + make DESTDIR="$ROOT" install