diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xineramaproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xineramaproto')
-rw-r--r-- | x11/xineramaproto/Makefile | 17 | ||||
-rw-r--r-- | x11/xineramaproto/distinfo | 3 | ||||
-rw-r--r-- | x11/xineramaproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xineramaproto/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11/xineramaproto/Makefile b/x11/xineramaproto/Makefile new file mode 100644 index 000000000000..54c0efcae56e --- /dev/null +++ b/x11/xineramaproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xineramaproto +# Date Created: 06 Feb 2006 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xineramaproto +PORTVERSION= 1.1.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Xinerama extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/xineramaproto/distinfo b/x11/xineramaproto/distinfo new file mode 100644 index 000000000000..bab5c1b43688 --- /dev/null +++ b/x11/xineramaproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/xineramaproto-1.1.2.tar.bz2) = 1cc292c562962ad0ad3a253cae68c632 +SHA256 (xorg/proto/xineramaproto-1.1.2.tar.bz2) = e8a62b1cafbcfc3b9fed147612ed4320233d0c9d6de30c991c2cd0c691c40910 +SIZE (xorg/proto/xineramaproto-1.1.2.tar.bz2) = 38413 diff --git a/x11/xineramaproto/pkg-descr b/x11/xineramaproto/pkg-descr new file mode 100644 index 000000000000..2ef9ec7ac930 --- /dev/null +++ b/x11/xineramaproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org Xinerama extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xineramaproto/pkg-plist b/x11/xineramaproto/pkg-plist new file mode 100644 index 000000000000..10905a2ac56d --- /dev/null +++ b/x11/xineramaproto/pkg-plist @@ -0,0 +1,5 @@ +include/X11/extensions/Xinerama.h +include/X11/extensions/panoramiXext.h +include/X11/extensions/panoramiXproto.h +libdata/pkgconfig/xineramaproto.pc +@dirrmtry include/X11/extensions |