diff options
author | recht <recht@pkgsrc.org> | 2003-12-04 14:39:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-04 14:39:55 +0000 |
commit | 8ff178bae5d926813c90b28892233274b5cb7ba8 (patch) | |
tree | e3076ca3757f98fa29b80cb4356634f5796568f0 /x11/randrext | |
parent | 231d1018f997272c2cbe9856e04050df56fc5e04 (diff) | |
download | pkgsrc-8ff178bae5d926813c90b28892233274b5cb7ba8.tar.gz |
initial import of randext 1.0
This package contains header files and documentation for the RandR
extension. Library and server implementations are separate.
Diffstat (limited to 'x11/randrext')
-rw-r--r-- | x11/randrext/DESCR | 2 | ||||
-rw-r--r-- | x11/randrext/Makefile | 19 | ||||
-rw-r--r-- | x11/randrext/PLIST | 6 | ||||
-rw-r--r-- | x11/randrext/buildlink2.mk | 25 | ||||
-rw-r--r-- | x11/randrext/distinfo | 4 |
5 files changed, 56 insertions, 0 deletions
diff --git a/x11/randrext/DESCR b/x11/randrext/DESCR new file mode 100644 index 00000000000..0cfa9dc72e7 --- /dev/null +++ b/x11/randrext/DESCR @@ -0,0 +1,2 @@ +This package contains header files and documentation for the RandR +extension. Library and server implementations are separate. diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile new file mode 100644 index 00000000000..d63e0c1ac29 --- /dev/null +++ b/x11/randrext/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 14:39:55 recht Exp $ +# + +DISTNAME= randrext-1.0 +CATEGORIES= x11 devel +MASTER_SITES= http://freedesktop.org/~xlibs/dist/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://freedesktop.org/ +COMMENT= RandR extension (Headers and documentation files) + +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes + +PKGCONFIG_OVERRIDE+= ${WRKSRC}/randr.pc.in + +.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/randrext/PLIST b/x11/randrext/PLIST new file mode 100644 index 00000000000..8508afe93d4 --- /dev/null +++ b/x11/randrext/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $ +include/X11/extensions/randr.h +include/X11/extensions/randrproto.h +lib/pkgconfig/randr.pc +share/doc/randr/protocol +@dirrm share/doc/randr diff --git a/x11/randrext/buildlink2.mk b/x11/randrext/buildlink2.mk new file mode 100644 index 00000000000..2083eeae77f --- /dev/null +++ b/x11/randrext/buildlink2.mk @@ -0,0 +1,25 @@ +# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $ +# +# This Makefile fragment is included by packages that use randrext. +# +# This file was created automatically using createbuildlink 2.8. +# + +.if !defined(RANDREXT_BUILDLINK2_MK) +RANDREXT_BUILDLINK2_MK= # defined + +BUILDLINK_PACKAGES+= randrext +BUILDLINK_DEPENDS.randrext?= randrext>=1.0 +BUILDLINK_PKGSRCDIR.randrext?= ../../x11/randrext + +EVAL_PREFIX+= BUILDLINK_PREFIX.randrext=randrext +BUILDLINK_PREFIX.randrext_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.randrext+= include/X11/extensions/randr.h +BUILDLINK_FILES.randrext+= include/X11/extensions/randrproto.h + + +BUILDLINK_TARGETS+= randrext-buildlink + +randrext-buildlink: _BUILDLINK_USE + +.endif # RANDREXT_BUILDLINK2_MK diff --git a/x11/randrext/distinfo b/x11/randrext/distinfo new file mode 100644 index 00000000000..0dd781ef359 --- /dev/null +++ b/x11/randrext/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/04 14:39:56 recht Exp $ + +SHA1 (randrext-1.0.tar.bz2) = 991f493a77deecd49d43d2db0c362d97c337c7bf +Size (randrext-1.0.tar.bz2) = 43894 bytes |