diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 14:53:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 14:53:41 +0000 |
commit | 91d45e5b38611826da70f88b64ea7bb667219c56 (patch) | |
tree | 695ec1fdb47a43483b88cd5072cc27d5ad4ae306 /x11 | |
parent | 4c5d850d0f8f816b706d8f66d71c8051f35cc258 (diff) | |
download | pkgsrc-91d45e5b38611826da70f88b64ea7bb667219c56.tar.gz |
Import xf86miscproto-0.9.2 from pkgsrc-wip.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86miscproto/DESCR | 2 | ||||
-rw-r--r-- | x11/xf86miscproto/Makefile | 21 | ||||
-rw-r--r-- | x11/xf86miscproto/PLIST | 5 | ||||
-rw-r--r-- | x11/xf86miscproto/buildlink3.mk | 23 | ||||
-rw-r--r-- | x11/xf86miscproto/distinfo | 5 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11/xf86miscproto/DESCR b/x11/xf86miscproto/DESCR new file mode 100644 index 00000000000..7c9f5763414 --- /dev/null +++ b/x11/xf86miscproto/DESCR @@ -0,0 +1,2 @@ +This provides the XF86Misc extension headers from modular X.org X11 +project. diff --git a/x11/xf86miscproto/Makefile b/x11/xf86miscproto/Makefile new file mode 100644 index 00000000000..c25a23b6b28 --- /dev/null +++ b/x11/xf86miscproto/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 14:53:41 joerg Exp $ +# + +DISTNAME= xf86miscproto-0.9.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/proto/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= XF86Misc extension headers from modular X.org + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in +USE_LANGUAGES= # empty + +.include "../../x11/xproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xf86miscproto/PLIST b/x11/xf86miscproto/PLIST new file mode 100644 index 00000000000..202603d6d59 --- /dev/null +++ b/x11/xf86miscproto/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/14 14:53:41 joerg Exp $ +include/X11/extensions/xf86misc.h +include/X11/extensions/xf86mscstr.h +lib/pkgconfig/xf86miscproto.pc +@comment @dirrm include/X11/extensions diff --git a/x11/xf86miscproto/buildlink3.mk b/x11/xf86miscproto/buildlink3.mk new file mode 100644 index 00000000000..cad8a8b4fc9 --- /dev/null +++ b/x11/xf86miscproto/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/14 14:53:41 joerg Exp $ + +BUILDLINK_DEPMETHOD.xf86miscproto?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +XF86MISCPROTO_BUILDLINK3_MK:= ${XF86MISCPROTO_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= xf86miscproto +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxf86miscproto} +BUILDLINK_PACKAGES+= xf86miscproto +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xf86miscproto + +.if ${XF86MISCPROTO_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.xf86miscproto+= xf86miscproto>=0.9.2 +BUILDLINK_PKGSRCDIR.xf86miscproto?= ../../x11/xf86miscproto +.endif # XF86MISCPROTO_BUILDLINK3_MK + +.include "../../x11/xproto/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/xf86miscproto/distinfo b/x11/xf86miscproto/distinfo new file mode 100644 index 00000000000..37627c20504 --- /dev/null +++ b/x11/xf86miscproto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/14 14:53:41 joerg Exp $ + +SHA1 (xf86miscproto-0.9.2.tar.bz2) = bfaf893bb97085c79ef84e9911c97d11b2a4fdbe +RMD160 (xf86miscproto-0.9.2.tar.bz2) = 1c780b74faf37105cc57030cf95d79e900a98979 +Size (xf86miscproto-0.9.2.tar.bz2) = 38464 bytes |