4102d18dea
Alan Coopersmith (6): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test xf86-video-mach64 6.9.7 George Matsumura (2): Fix compositing rotation Fix debugging traces Josselin Poiret (1): Rename bool to boolean for OptionInfoRec. Michel Dänzer (1): configure: Include xorg-server.h before exa.h
30 lines
777 B
Makefile
30 lines
777 B
Makefile
# $NetBSD: Makefile,v 1.25 2022/07/11 19:54:00 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-mach64-6.9.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg ATI Mach64 video driver
|
|
|
|
CONFLICTS= xf86-video-ati<6.9.0
|
|
|
|
CONFIGURE_ARGS+= --enable-dri
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
RELRO_SUPPORTED= partial
|
|
|
|
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
X11_DRV_NAME= mach64
|
|
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|