ab7e434fba
Gaetan Nadon (6): .gitignore: use common defaults with custom section # 24239 .gitignore: use common defaults with custom section # 24239 Several driver modules do not have a ChangeLog target in Makefile.am #23814 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Michel Danzer (3): vmware: Fix crash with xserver >= 1.7. VMWAREComposite: Only hide cursor if source picture is backed by drawable. Bump for 10.16.9 release. Dave Airlie (3): vmware: update for resources/RAC API removal vmware: fix resource removal properly vmware: change to using ABI version check Gaetan Nadon (1): xf86-video-vmware: Remove unused .cvsignore file #23776 Philip Langdale (1): Bump fo 10.16.8 Release
23 lines
633 B
Makefile
23 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/01/16 11:25:26 obache Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-vmware-10.16.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg VMware virtual video driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xineramaproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|