summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-04 03:23:56 +0000
committerrodent <rodent@pkgsrc.org>2013-06-04 03:23:56 +0000
commit112f9f4936a5b226945d9090da873d7fc209b111 (patch)
tree4e01830380582eadde4f6d1ab231e7fb2d922b20 /x11
parent4c2539998202f6ff655b3ceb466eee0b407b189e (diff)
downloadpkgsrc-112f9f4936a5b226945d9090da873d7fc209b111.tar.gz
Import xf86-video-suncg14-1.1.2 as x11/xf86-video-suncg14.
CG14 video driver for the Xorg X server.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-suncg14/DESCR1
-rw-r--r--x11/xf86-video-suncg14/Makefile23
-rw-r--r--x11/xf86-video-suncg14/PLIST3
-rw-r--r--x11/xf86-video-suncg14/distinfo5
-rw-r--r--x11/xf86-video-suncg14/options.mk13
5 files changed, 45 insertions, 0 deletions
diff --git a/x11/xf86-video-suncg14/DESCR b/x11/xf86-video-suncg14/DESCR
new file mode 100644
index 00000000000..ebda2302253
--- /dev/null
+++ b/x11/xf86-video-suncg14/DESCR
@@ -0,0 +1 @@
+CG14 video driver for the Xorg X server.
diff --git a/x11/xf86-video-suncg14/Makefile b/x11/xf86-video-suncg14/Makefile
new file mode 100644
index 00000000000..a1b57075928
--- /dev/null
+++ b/x11/xf86-video-suncg14/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/06/04 03:23:56 rodent Exp $
+
+DISTNAME= xf86-video-suncg14-1.1.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= CG14 video driver for the Xorg X server
+LICENSE= mit
+
+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-suncg14/PLIST b/x11/xf86-video-suncg14/PLIST
new file mode 100644
index 00000000000..9b33f053035
--- /dev/null
+++ b/x11/xf86-video-suncg14/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2013/06/04 03:23:56 rodent Exp $
+lib/xorg/modules/drivers/suncg14_drv.la
+man/man4/suncg14.4
diff --git a/x11/xf86-video-suncg14/distinfo b/x11/xf86-video-suncg14/distinfo
new file mode 100644
index 00000000000..64ae704d354
--- /dev/null
+++ b/x11/xf86-video-suncg14/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/06/04 03:23:56 rodent Exp $
+
+SHA1 (xf86-video-suncg14-1.1.2.tar.bz2) = 8335f275f89ff0801313739f4c7f58a986198053
+RMD160 (xf86-video-suncg14-1.1.2.tar.bz2) = 661b68196e8d57bc7aa633308b84bf7a808e5f6a
+Size (xf86-video-suncg14-1.1.2.tar.bz2) = 281915 bytes
diff --git a/x11/xf86-video-suncg14/options.mk b/x11/xf86-video-suncg14/options.mk
new file mode 100644
index 00000000000..49e996eb289
--- /dev/null
+++ b/x11/xf86-video-suncg14/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2013/06/04 03:23:56 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-suncg14
+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