cd35090a3c
Alan Coopersmith (4): Fix warnings about parameters to startServer & startClient shadowing globals Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Brad Smith (1): Remove hardcoded path to OpenSSL for OpenBSD Hans de Goede (7): Remove unixware / sco support Bump required util-macros version to 1.19 Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files startx: Under Linux start X on the current VT startx: Pass vtX as long as the user did not specify one startx: Make the bugzilla reference in a comment survive cpp processing xinit 1.3.4
25 lines
754 B
Makefile
25 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/09/11 21:35:24 wiz Exp $
|
|
|
|
DISTNAME= xinit-1.3.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X init program
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
|
|
USE_TOOLS+= pkg-config xauth:run
|
|
|
|
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
|
|
|
|
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
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|