04288e485c
Adam Jackson (2): Uninclude xf86Version.h rendition 4.2.1 Alan Coopersmith (1): Remove xorgconfig & xorgcfg from See Also list in man page
23 lines
625 B
Makefile
23 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/06/09 06:29:46 hasso Exp $
|
|
#
|
|
|
|
DISTNAME= xf86-video-rendition-4.2.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg Rendition 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/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|