diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-03 20:07:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-03 20:07:33 +0000 |
commit | 2651bf0a05e372f308c6e0cb132f3ecca2a8bbde (patch) | |
tree | 0690e00cfb543bc104c8688852a1988b4b30ae0d /x11 | |
parent | ff0252327fa21f5978f073c9557d2cee63a06f4e (diff) | |
download | pkgsrc-2651bf0a05e372f308c6e0cb132f3ecca2a8bbde.tar.gz |
Import xineramaproto-1.0.2 from pkgsrc-wip:
This provides the Xinerama extension headers from modular X.org X11
project.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xineramaproto/DESCR | 2 | ||||
-rw-r--r-- | x11/xineramaproto/Makefile | 22 | ||||
-rw-r--r-- | x11/xineramaproto/PLIST | 6 | ||||
-rw-r--r-- | x11/xineramaproto/buildlink3.mk | 23 | ||||
-rw-r--r-- | x11/xineramaproto/distinfo | 5 |
5 files changed, 58 insertions, 0 deletions
diff --git a/x11/xineramaproto/DESCR b/x11/xineramaproto/DESCR new file mode 100644 index 00000000000..496a8060d58 --- /dev/null +++ b/x11/xineramaproto/DESCR @@ -0,0 +1,2 @@ +This provides the Xinerama extension headers from modular X.org X11 +project. diff --git a/x11/xineramaproto/Makefile b/x11/xineramaproto/Makefile new file mode 100644 index 00000000000..3b4e9d94740 --- /dev/null +++ b/x11/xineramaproto/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $ +# + +DISTNAME= xineramaproto-1.1.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= Xinerama extension headers from X.org + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE+= xineramaproto.pc.in +USE_LANGUAGES= # empty + +BUILDLINK_DEPMETHOD.libX11?= build # uses headers +.include "../../x11/libX11/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xineramaproto/PLIST b/x11/xineramaproto/PLIST new file mode 100644 index 00000000000..594969a06f1 --- /dev/null +++ b/x11/xineramaproto/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $ +include/X11/extensions/Xinerama.h +include/X11/extensions/panoramiXext.h +include/X11/extensions/panoramiXproto.h +lib/pkgconfig/xineramaproto.pc +@comment @dirrm include/X11/extensions diff --git a/x11/xineramaproto/buildlink3.mk b/x11/xineramaproto/buildlink3.mk new file mode 100644 index 00000000000..810f4830073 --- /dev/null +++ b/x11/xineramaproto/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $ + +BUILDLINK_DEPMETHOD.xineramaproto?= build + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +XINERAMAPROTO_BUILDLINK3_MK:= ${XINERAMAPROTO_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= xineramaproto +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxineramaproto} +BUILDLINK_PACKAGES+= xineramaproto +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xineramaproto + +.if ${XINERAMAPROTO_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.xineramaproto+= xineramaproto>=1.1.1 +BUILDLINK_PKGSRCDIR.xineramaproto?= ../../x11/xineramaproto +.endif # XINERAMAPROTO_BUILDLINK3_MK + +.include "../../x11/libX11/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/x11/xineramaproto/distinfo b/x11/xineramaproto/distinfo new file mode 100644 index 00000000000..8bbcd403246 --- /dev/null +++ b/x11/xineramaproto/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:07:33 joerg Exp $ + +SHA1 (xineramaproto-1.1.2.tar.bz2) = d09ef306ffc0d058120051d88dd64776fd0de0d5 +RMD160 (xineramaproto-1.1.2.tar.bz2) = b51d1a9ce96b98ad1b2d2e6b28515b7ddee62ff5 +Size (xineramaproto-1.1.2.tar.bz2) = 38413 bytes |