e39cb2d4c7
Adam Jackson (2): Don't bother to include vbe.h Remove mibstore.h Alan Coopersmith (1): Update configure.ac bug URL for gitlab migration Kevin Brace (2): Use const char for xf86GetOptValString return type Version bumped to Version 1.4.0 Laurent Carlier (1): Stop using deprecated xf86PciInfo.h Mihail Konev (1): autogen: add default patch prefix
22 lines
604 B
Makefile
22 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.20 2018/12/10 08:31:50 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-i128-1.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Number 9 I128 video driver
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.libXext?= build
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|