summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-03 01:35:22 +0000
committerrodent <rodent@pkgsrc.org>2013-06-03 01:35:22 +0000
commit356278ac1395834594a66a5a864cd0e3fcd4ace9 (patch)
tree8b09078322b1bf805eb7c929f9fe94dd7bf166cf /x11
parent90c17045a8f9eb1d5b1421c67eadba9e4088f252 (diff)
downloadpkgsrc-356278ac1395834594a66a5a864cd0e3fcd4ace9.tar.gz
Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and working.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-newport/DESCR3
-rw-r--r--x11/xf86-video-newport/Makefile23
-rw-r--r--x11/xf86-video-newport/PLIST3
-rw-r--r--x11/xf86-video-newport/distinfo5
-rw-r--r--x11/xf86-video-newport/options.mk13
5 files changed, 47 insertions, 0 deletions
diff --git a/x11/xf86-video-newport/DESCR b/x11/xf86-video-newport/DESCR
new file mode 100644
index 00000000000..18db814b0ba
--- /dev/null
+++ b/x11/xf86-video-newport/DESCR
@@ -0,0 +1,3 @@
+This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
+in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
+working.
diff --git a/x11/xf86-video-newport/Makefile b/x11/xf86-video-newport/Makefile
new file mode 100644
index 00000000000..3ec7095c1aa
--- /dev/null
+++ b/x11/xf86-video-newport/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/06/03 01:35:22 rodent Exp $
+
+DISTNAME= xf86-video-newport-0.2.4
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Unaccelerated driver for the SGI newport cards (a.k.a. XL)
+LICENSE= x11
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+.include "options.mk"
+
+.include "../../x11/fontsproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/modular-xorg-server/buildlink3.mk"
+.include "../../devel/xorg-util-macros/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xf86-video-newport/PLIST b/x11/xf86-video-newport/PLIST
new file mode 100644
index 00000000000..db2e667a263
--- /dev/null
+++ b/x11/xf86-video-newport/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/06/03 01:35:22 rodent Exp $
+lib/xorg/modules/drivers/newport_drv.la
+man/man4/newport.4
diff --git a/x11/xf86-video-newport/distinfo b/x11/xf86-video-newport/distinfo
new file mode 100644
index 00000000000..74d0fc12b33
--- /dev/null
+++ b/x11/xf86-video-newport/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/06/03 01:35:22 rodent Exp $
+
+SHA1 (xf86-video-newport-0.2.4.tar.bz2) = 666d3794833281bea24cb8015d9464753ba9885c
+RMD160 (xf86-video-newport-0.2.4.tar.bz2) = fc1ae9c73495268691efe95f7cc9be3a28a64fba
+Size (xf86-video-newport-0.2.4.tar.bz2) = 308541 bytes
diff --git a/x11/xf86-video-newport/options.mk b/x11/xf86-video-newport/options.mk
new file mode 100644
index 00000000000..6b7b0c446ef
--- /dev/null
+++ b/x11/xf86-video-newport/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2013/06/03 01:35:22 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-newport
+PKG_SUPPORTED_OPTIONS= static
+PKG_SUGGESTED_OPTIONS+= # blank
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mstatic)
+CONFIGURE_ARGS+= --enable-static=yes
+.else
+CONFIGURE_ARGS+= --enable-static=no
+.endif