summaryrefslogtreecommitdiff
path: root/x11/xf86-video-sunleo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-video-sunleo/Makefile')
-rw-r--r--x11/xf86-video-sunleo/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/xf86-video-sunleo/Makefile b/x11/xf86-video-sunleo/Makefile
new file mode 100644
index 00000000000..63cac84dd0d
--- /dev/null
+++ b/x11/xf86-video-sunleo/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2017/01/25 11:39:37 wiz Exp $
+
+DISTNAME= xf86-video-sunleo-1.2.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Leo video driver for the Xorg X server
+LICENSE= mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
+
+BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"