23 lines
578 B
Makefile
23 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/06/07 11:24:39 wiz Exp $
|
|
|
|
DISTNAME= xf86-video-wsfb-0.2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg wsdisplay framebuffer video driver
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|