diff options
Diffstat (limited to 'x11/presentproto')
-rw-r--r-- | x11/presentproto/Makefile | 12 | ||||
-rw-r--r-- | x11/presentproto/distinfo | 2 | ||||
-rw-r--r-- | x11/presentproto/pkg-descr | 1 | ||||
-rw-r--r-- | x11/presentproto/pkg-plist | 6 |
4 files changed, 21 insertions, 0 deletions
diff --git a/x11/presentproto/Makefile b/x11/presentproto/Makefile new file mode 100644 index 0000000..7afb4cc --- /dev/null +++ b/x11/presentproto/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= presentproto +PORTVERSION= 1.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Present protocol specification + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/presentproto/distinfo b/x11/presentproto/distinfo new file mode 100644 index 0000000..a9823e0 --- /dev/null +++ b/x11/presentproto/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/proto/presentproto-1.0.tar.bz2) = 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce +SIZE (xorg/proto/presentproto-1.0.tar.bz2) = 107998 diff --git a/x11/presentproto/pkg-descr b/x11/presentproto/pkg-descr new file mode 100644 index 0000000..d047c1d --- /dev/null +++ b/x11/presentproto/pkg-descr @@ -0,0 +1 @@ +This package contains X.Org Present protocol specification. diff --git a/x11/presentproto/pkg-plist b/x11/presentproto/pkg-plist new file mode 100644 index 0000000..6b56729 --- /dev/null +++ b/x11/presentproto/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/presentproto.h +include/X11/extensions/presenttokens.h +libdata/pkgconfig/presentproto.pc +share/doc/presentproto/presentproto.txt +@dirrm share/doc/presentproto +@dirrmtry include/X11/extensions |