pkgsrc/x11/modular-xorg-server/Makefile
tnn 6c427bf5bb Fix ctrl-alt-Fn VT switching. Gleaned from xsrc. Bump rev.
Somebody reported that this was broken but now I can't find the thread ...
2015-10-11 18:28:53 +00:00

22 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.105 2015/10/11 18:28:53 tnn Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-${DISTNAME}
PKGREVISION= 7
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Modular X11 server from modular X.org
SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS}
NOT_FOR_PLATFORM= Darwin-*-*
.include "Makefile.common"
CONFIGURE_ARGS+= --enable-xorg
CONFIGURE_ARGS+= --disable-xephyr
CONFIGURE_ARGS+= --disable-kdrive
.include "options.mk"
.include "../../mk/bsd.pkg.mk"