From e505dec5ac77157e2fdfddd9d6f191746d7c672b Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 19 Apr 2020 14:20:13 +0200 Subject: Add libXdmcp --- x11/libXdmcp/Makefile | 30 ++++++++++++++++++++++++++++++ x11/libXdmcp/distinfo | 2 ++ x11/libXdmcp/pkg/DESCR | 5 +++++ x11/libXdmcp/pkg/PLIST | 8 ++++++++ 4 files changed, 45 insertions(+) create mode 100644 x11/libXdmcp/Makefile create mode 100644 x11/libXdmcp/distinfo create mode 100644 x11/libXdmcp/pkg/DESCR create mode 100644 x11/libXdmcp/pkg/PLIST (limited to 'x11') diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile new file mode 100644 index 0000000..e00c02b --- /dev/null +++ b/x11/libXdmcp/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = X Display Manager Control Protocol library + +DISTNAME = libXdmcp-1.1.3 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxdmcp + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= Xdmcp 11.0 + +# MIT +PERMIT_PACKAGE = Yes + +#WANTLIB = ??? + +MASTER_SITES = ${MASTER_SITE_XORG:=lib/} + +# Dependencies +BUILD_DEPENDS = devel/xorg-util-macros \ + devel/xorgproto + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + + +.include diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo new file mode 100644 index 0000000..eb907f3 --- /dev/null +++ b/x11/libXdmcp/distinfo @@ -0,0 +1,2 @@ +SHA256 (libXdmcp-1.1.3.tar.gz) = LvllPTLgnRvxuDfQ4DEQJJeWU/51WtOqrajbGqbqGAw= +SIZE (libXdmcp-1.1.3.tar.gz) = 429668 diff --git a/x11/libXdmcp/pkg/DESCR b/x11/libXdmcp/pkg/DESCR new file mode 100644 index 0000000..37e6510 --- /dev/null +++ b/x11/libXdmcp/pkg/DESCR @@ -0,0 +1,5 @@ +The purpose of the X Display Manager Control Protocol (XDMCP) +is to provide a uniform mechanism for an autonomous +display to request login service from a remote host. + + diff --git a/x11/libXdmcp/pkg/PLIST b/x11/libXdmcp/pkg/PLIST new file mode 100644 index 0000000..5c00d56 --- /dev/null +++ b/x11/libXdmcp/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v$ +include/X11/Xdmcp.h +@static-lib lib/libXdmcp.a +lib/libXdmcp.la +@lib lib/libXdmcp.so.${LIBXdmcp_VERSION} +lib/pkgconfig/xdmcp.pc +share/doc/libXdmcp/ +share/doc/libXdmcp/xdmcp.xml -- cgit v1.2.3