2014-09-11 23:35:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.21 2014/09/11 21:35:24 wiz Exp $
|
2006-11-07 18:00:58 +01:00
|
|
|
|
2014-09-11 23:35:24 +02:00
|
|
|
DISTNAME= xinit-1.3.4
|
2006-11-07 18:00:58 +01:00
|
|
|
CATEGORIES= x11
|
2008-05-24 23:45:14 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
2006-11-07 18:00:58 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
|
|
COMMENT= X init program
|
2010-09-10 21:39:29 +02:00
|
|
|
LICENSE= mit
|
2006-11-07 18:00:58 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2008-06-23 16:19:54 +02:00
|
|
|
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
|
2008-02-13 20:39:27 +01:00
|
|
|
USE_TOOLS+= pkg-config xauth:run
|
2006-11-07 18:00:58 +01:00
|
|
|
|
2013-06-16 15:34:30 +02:00
|
|
|
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
|
2013-06-14 00:30:41 +02:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
|
2008-05-16 15:48:41 +02:00
|
|
|
|
2013-09-09 11:19:39 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= xinitrcdir=${PREFIX}/share/examples/xinit
|
|
|
|
CONF_FILES= ${PREFIX}/share/examples/xinit/xinitrc ${PREFIX}/etc/X11/xinit/xinitrc
|
|
|
|
MAKE_DIRS= ${PREFIX}/etc/X11/xinit
|
|
|
|
|
2006-11-07 18:00:58 +01:00
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|