Adam Jackson (2): Remove useless loader symbol lists. s3virge 1.10.3 Alan Coopersmith (2): Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Dave Airlie (4): s3virge: update for resources/RAC API removal s3virge: change to using ABI version check s3v: add include to ABI version s3virge: bump for release 1.10.4 Peter Hutterer (1): Update to xextproto 7.1 support.
24 lines
667 B
Makefile
24 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/08/09 22:52:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-s3virge-1.10.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg S3 ViRGE 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/renderproto/buildlink3.mk"
|
|
.include "../../x11/videoproto/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|