diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-04 03:34:23 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-04 03:34:23 +0000 |
commit | a98820c73c6ba12ff60cd3d51dcc0094084d90d5 (patch) | |
tree | bab9e07ba73e0fb43ad6458b37539b97ae5c2896 | |
parent | 5541455761159a1edc59b1033ad15a79c24709ed (diff) | |
download | pkgsrc-a98820c73c6ba12ff60cd3d51dcc0094084d90d5.tar.gz |
Import xf86-video-sunffb-1.2.2 as x11/xf86-video-sunffb.
SUNFFB video driver for the Xorg X server.
-rw-r--r-- | x11/xf86-video-sunffb/DESCR | 1 | ||||
-rw-r--r-- | x11/xf86-video-sunffb/Makefile | 25 | ||||
-rw-r--r-- | x11/xf86-video-sunffb/PLIST | 3 | ||||
-rw-r--r-- | x11/xf86-video-sunffb/distinfo | 5 | ||||
-rw-r--r-- | x11/xf86-video-sunffb/options.mk | 13 |
5 files changed, 47 insertions, 0 deletions
diff --git a/x11/xf86-video-sunffb/DESCR b/x11/xf86-video-sunffb/DESCR new file mode 100644 index 00000000000..0c9bf5fcbb3 --- /dev/null +++ b/x11/xf86-video-sunffb/DESCR @@ -0,0 +1 @@ +SUNFFB video driver for the Xorg X server. diff --git a/x11/xf86-video-sunffb/Makefile b/x11/xf86-video-sunffb/Makefile new file mode 100644 index 00000000000..5c7661acaa1 --- /dev/null +++ b/x11/xf86-video-sunffb/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2013/06/04 03:34:23 rodent Exp $ + +DISTNAME= xf86-video-sunffb-1.2.2 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=driver/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= SUNFFB video driver for the Xorg X server +LICENSE= mit + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +.include "options.mk" + +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 "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xf86-video-sunffb/PLIST b/x11/xf86-video-sunffb/PLIST new file mode 100644 index 00000000000..32694509e2e --- /dev/null +++ b/x11/xf86-video-sunffb/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/06/04 03:34:23 rodent Exp $ +lib/xorg/modules/drivers/sunffb_drv.la +man/man4/sunffb.4 diff --git a/x11/xf86-video-sunffb/distinfo b/x11/xf86-video-sunffb/distinfo new file mode 100644 index 00000000000..695207d8eea --- /dev/null +++ b/x11/xf86-video-sunffb/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/06/04 03:34:23 rodent Exp $ + +SHA1 (xf86-video-sunffb-1.2.2.tar.bz2) = 6391d795b6bb1fa5f38c81e0a46fbc003c9a941e +RMD160 (xf86-video-sunffb-1.2.2.tar.bz2) = 306c17040a1c095b9c5b11b26a71bcf15f8bcf2c +Size (xf86-video-sunffb-1.2.2.tar.bz2) = 334827 bytes diff --git a/x11/xf86-video-sunffb/options.mk b/x11/xf86-video-sunffb/options.mk new file mode 100644 index 00000000000..0cf2c7489d1 --- /dev/null +++ b/x11/xf86-video-sunffb/options.mk @@ -0,0 +1,13 @@ +# $NetBSD: options.mk,v 1.1 2013/06/04 03:34:23 rodent Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.xf86-video-sunffb +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 |