6c427bf5bb
Somebody reported that this was broken but now I can't find the thread ...
22 lines
486 B
Makefile
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"
|